Changeset 9775 for OpenSceneGraph/trunk/src/osgWrappers/osg/State.cpp
- Timestamp:
- 02/11/09 21:02:45 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osg/State.cpp
r9549 r9775 32 32 #endif 33 33 34 TYPE_NAME_ALIAS(std::vector< const osg::StateSet * >, osg::State::StateSetStack)35 36 34 BEGIN_ENUM_REFLECTOR(osg::State::CheckForGLErrors) 37 35 I_DeclaringFile("osg/State"); … … 40 38 I_EnumLabel(osg::State::ONCE_PER_ATTRIBUTE); 41 39 END_REFLECTOR 40 41 TYPE_NAME_ALIAS(std::vector< const osg::StateSet * >, osg::State::StateSetStack) 42 42 43 43 BEGIN_OBJECT_REFLECTOR(osg::State)
