- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/serializers/osg/ClipNode.cpp
r12292 r13041 10 10 { 11 11 ADD_LIST_SERIALIZER( ClipPlaneList, osg::ClipNode::ClipPlaneList ); // _planes 12 12 13 13 BEGIN_ENUM_SERIALIZER( ReferenceFrame, RELATIVE_RF ); 14 14 ADD_ENUM_VALUE( RELATIVE_RF );
