Changeset 3755 for OpenSceneGraph/trunk/examples/osgreflect/osgreflect.cpp
- Timestamp:
- 12/17/04 02:06:33 (9 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgreflect/osgreflect.cpp
r1844 r3755 244 244 // flip sides once the eye point goes to the back of the mirror... 245 245 osg::ClipPlane* clipplane = new osg::ClipPlane; 246 clipplane->setClipPlane( osg::Vec4(0.0f,0.0f,-1.0f,z));246 clipplane->setClipPlane(0.0,0.0,-1.0,z); 247 247 clipplane->setClipPlaneNum(0); 248 248
