Merge pull request #300 from eligovision/master

Text3D character/glyph size fix
This commit is contained in:
OpenSceneGraph git repository
2017-08-16 11:30:14 +01:00
committed by GitHub
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;