Changeset 7970 for OpenSceneGraph/trunk/src/osgShadow/ShadowMap.cpp
- Timestamp:
- 03/18/08 18:44:21 (5 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgShadow/ShadowMap.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgShadow/ShadowMap.cpp
r7913 r7970 183 183 _camera = new osg::Camera; 184 184 185 _camera->setInheritanceMask(0x0); 186 185 187 _camera->setReferenceFrame(osg::Camera::ABSOLUTE_RF_INHERIT_VIEWPOINT); 186 188 … … 550 552 osg::ref_ptr<osg::Camera> camera = new osg::Camera; 551 553 554 camera->setInheritanceMask(0x0); 555 552 556 osg::Vec2 size(1280, 1024); 553 557 // set the projection matrix
