- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/ClusterCullingCallback.cpp
r10762 r13041 55 55 else 56 56 in_THROW_EXCEPTION("ClusterCullingCallback::read(): Could not cast this osg::ClusterCullingCallback to an osg::Object."); 57 57 58 58 // Read ClusterCullingCallback's properties 59 59 60 60 _controlPoint = in->readVec3(); 61 61 _normal = in->readVec3(); 62 62 _radius = in->readFloat(); 63 63 _deviation = in->readFloat(); 64 64 65 65 } 66 66 else
