Changeset 136 for trunk/VUT/Ogre
- Timestamp:
- 06/16/05 18:20:57 (20 years ago)
- Location:
- trunk/VUT/Ogre
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/Ogre/scripts/Plugin_VisibilitySceneManager.vcproj
r130 r136 26 26 RuntimeLibrary="3" 27 27 EnableFunctionLevelLinking="TRUE" 28 RuntimeTypeInfo="TRUE" 28 29 UsePrecompiledHeader="2" 29 30 WarningLevel="3" -
trunk/VUT/Ogre/src/OgrePlatformQueryManager.cpp
r135 r136 55 55 56 56 // to obtain the correct number of projected pixels, depth write must be disabled 57 bool enableDepthWrite = false; 57 58 58 bool enableDepthWrite = false;59 59 // this option must be provided by the scene manager 60 60 pfHierarchyInterface->GetSceneManager()->setOption("DepthWrite", &enableDepthWrite);
Note: See TracChangeset
for help on using the changeset viewer.