Changeset 1983 for OpenSceneGraph/trunk/examples/osglight/osglight.cpp
- Timestamp:
- 06/24/03 17:40:09 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osglight/osglight.cpp
r1844 r1983 357 357 { 358 358 // switch off small feature culling to prevent the light points from being culled. 359 osgUtil::SceneView* sceneview = itr->get();359 osgUtil::SceneView* sceneview = (*itr)->getSceneView(); 360 360 sceneview->setCullingMode( sceneview->getCullingMode() & ~osg::CullStack::SMALL_FEATURE_CULLING); 361 361 }
