This commit is contained in:
@@ -409,7 +409,7 @@ void Text3D::computeGlyphRepresentation()
|
||||
TextBase::computePositions();
|
||||
}
|
||||
|
||||
osg::BoundingBox Text3D::computeBound() const
|
||||
osg::BoundingBox Text3D::computeBoundingBox() const
|
||||
{
|
||||
osg::BoundingBox bbox;
|
||||
|
||||
|
||||
@@ -268,7 +268,7 @@ void TextBase::setBoundingBoxMargin(float margin)
|
||||
}
|
||||
|
||||
|
||||
osg::BoundingBox TextBase::computeBound() const
|
||||
osg::BoundingBox TextBase::computeBoundingBox() const
|
||||
{
|
||||
osg::BoundingBox bbox;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user