Text3D character/glyph size fixed

This commit is contained in:
konstantin.matveyev
2017-08-15 22:11:15 +03:00
parent 7e0a20b4ba
commit b0ef9b0c42
4 changed files with 43 additions and 9 deletions

View File

@@ -325,12 +325,12 @@ protected:
osg::Vec4 _textBBColor;
KerningType _kerningType;
unsigned int _lineCount;
bool _glyphNormalized;
osg::Vec3 _offset;
osg::Vec3 _normal;
osg::BoundingBox _textBB;
mutable osg::Matrix _matrix;
Primitives _decorationPrimitives;