- Timestamp:
- 06/16/05 18:20:57 (20 years ago)
- Location:
- trunk/VUT
- Files:
-
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibility/scripts/GtpVisibility.vcproj
r130 r136 25 25 BasicRuntimeChecks="3" 26 26 RuntimeLibrary="3" 27 RuntimeTypeInfo="TRUE" 27 28 UsePrecompiledHeader="0" 28 29 WarningLevel="3" -
trunk/VUT/GtpVisibilityPreprocessor/scripts/Preprocessor.vcproj
r78 r136 25 25 BasicRuntimeChecks="3" 26 26 RuntimeLibrary="3" 27 RuntimeTypeInfo="TRUE" 27 28 UsePrecompiledHeader="0" 28 29 WarningLevel="3" -
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); -
trunk/VUT/work/TestCulling/TestCulling.vcproj
r115 r136 26 26 BasicRuntimeChecks="3" 27 27 RuntimeLibrary="3" 28 RuntimeTypeInfo="TRUE" 28 29 UsePrecompiledHeader="0" 29 30 WarningLevel="3" -
trunk/VUT/work/TestCullingTerrain/TestCullingTerrain.vcproj
r133 r136 26 26 BasicRuntimeChecks="3" 27 27 RuntimeLibrary="3" 28 RuntimeTypeInfo="TRUE" 28 29 UsePrecompiledHeader="0" 29 30 WarningLevel="3"
Note: See TracChangeset
for help on using the changeset viewer.