- Timestamp:
- 03/13/10 19:09:26 (3 years ago)
- Location:
- OpenSceneGraph/branches/OpenSceneGraph-2.8
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
src/osgUtil/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/branches/OpenSceneGraph-2.8
- Property svn:mergeinfo set to /OpenSceneGraph/branches/OpenSceneGraph-2.8.2:10664
-
OpenSceneGraph/branches/OpenSceneGraph-2.8/src/osgUtil/CMakeLists.txt
r8211 r11208 6 6 ADD_DEFINITIONS(-DOSG_LIBRARY_STATIC) 7 7 ENDIF(DYNAMIC_OPENSCENEGRAPH) 8 9 10 # 11 # MSFBO resolve blit to depth buffer control. 12 # 13 OPTION(OSG_MULTISAMPLE_FBO_RESOLVE_IGNORES_DEPTH "Set to ON to ignore depth when resolving multisampled FBO rendering. This is a workaround for a crash on OS X with NVIDIA driver 1.5.49." OFF) 14 IF(OSG_MULTISAMPLE_FBO_RESOLVE_IGNORES_DEPTH) 15 ADD_DEFINITIONS(-DOSG_MULTISAMPLE_FBO_RESOLVE_IGNORES_DEPTH) 16 ENDIF(OSG_MULTISAMPLE_FBO_RESOLVE_IGNORES_DEPTH) 17 8 18 9 19 SET(LIB_NAME osgUtil)
