Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/ive/Drawable.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/Drawable.cpp
r10762 r13041 35 35 36 36 // Write Drawable's properties. 37 37 38 38 // Write stateset if any 39 39 out->writeBool(getStateSet()!=0); … … 42 42 out->writeStateSet(getStateSet()); 43 43 } 44 45 44 45 46 46 osg::ClusterCullingCallback* ccc = dynamic_cast<osg::ClusterCullingCallback*>(getCullCallback()); 47 47 out->writeBool(ccc!=0); … … 108 108 } 109 109 110 110 111 111 if (in->getVersion() >= VERSION_0010) 112 112 {
