Changeset 12198 for OpenSceneGraph/trunk/examples/osgshadow/osgshadow.cpp
- Timestamp:
- 03/01/11 17:21:38 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgshadow/osgshadow.cpp
r12197 r12198 604 604 void setUpViewForDepthPartion(osgViewer::Viewer& viewer, double partitionPosition) 605 605 { 606 OSG_NOTICE<<"setUpViewForDepthPartion(Viewer, "<<partitionPosition<<") std::endl;606 OSG_NOTICE<<"setUpViewForDepthPartion(Viewer, "<<partitionPosition<<")"<<std::endl; 607 607 608 608 osg::GraphicsContext::WindowingSystemInterface* wsi = osg::GraphicsContext::getWindowingSystemInterface();
