Changeset 11176 for OpenSceneGraph/trunk/include/osgShadow/MinimalShadowMap
- Timestamp:
- 03/05/10 17:17:12 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgShadow/MinimalShadowMap
r9113 r11176 115 115 virtual void cullShadowReceivingScene( ); 116 116 117 virtual void aimShadowCastingCamera( 118 const osg::BoundingSphere &bounds, 119 const osg::Light *light, 120 const osg::Vec4 &worldLightPos, 121 const osg::Vec3 &worldLightDir, 122 const osg::Vec3 &worldLightUp = osg::Vec3(0,1,0) ); 123 117 124 virtual void aimShadowCastingCamera( const osg::Light *light, 118 125 const osg::Vec4 &worldLightPos,
