Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/ive/ClipPlane.cpp
- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/ClipPlane.cpp
r10762 r13041 31 31 32 32 // write ClipPlane's properties 33 33 34 34 out->writeVec4d(getClipPlane()); 35 35 36 36 out->writeUInt(getClipPlaneNum()); 37 37
