Refactored Text3D so that it no longer depends upon GLBeginEndAdapter

This commit is contained in:
Robert Osfield
2016-09-02 14:22:47 +01:00
parent 1914eb435b
commit 53cdacd926
2 changed files with 110 additions and 73 deletions

View File

@@ -149,6 +149,10 @@ class OSGTEXT_EXPORT Text3D : public osgText::TextBase
osg::ref_ptr<osg::StateSet> _wallStateSet;
osg::ref_ptr<osg::StateSet> _backStateSet;
void setupDecoration();
osg::ref_ptr<osg::Vec3Array> _decorationVertices;
};
}