Changeset 9540 for OpenSceneGraph/trunk/src/osgShadow/DebugShadowMap.cpp
- Timestamp:
- 01/23/09 16:50:05 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgShadow/DebugShadowMap.cpp
r9376 r9540 406 406 } 407 407 408 408 409 // Callback used by debugging hud to display Shadow Map to color buffer 409 410 // Had to do it this way because OSG does not allow to use … … 411 412 // Callback simply turns compare mode off via GL while rendering hud and 412 413 // restores it before rendering the scene with shadows. 413 414 class DrawableDrawWithDepthShadowComparisonOffCallback: 414 class DebugShadowMap::DrawableDrawWithDepthShadowComparisonOffCallback: 415 415 public osg::Drawable::DrawCallback 416 416 {
