Added support for assigning state to created drawables, implemented gluDisk.

This commit is contained in:
Robert Osfield
2008-03-13 13:44:34 +00:00
parent 9ce276c5d7
commit 3a11483ba8
2 changed files with 108 additions and 22 deletions

View File

@@ -139,6 +139,7 @@ class OSGUTIL_EXPORT SceneGraphBuilder
Matrices _matrixStack;
osg::ref_ptr<osg::StateSet> _stateset;
bool _statesetAssigned;
bool _normalSet;
osg::Vec3f _normal;