Changeset 136


Ignore:
Timestamp:
06/16/05 18:20:57 (19 years ago)
Author:
mattausch
Message:

fixed from camera visibility queries.
deletion of (previously) rendered queue items now before rendering the node (more intuitive)
improved octree implementation (tighter boxes)
added boxes for visibility queries

Location:
trunk/VUT
Files:
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibility/scripts/GtpVisibility.vcproj

    r130 r136  
    2525                                BasicRuntimeChecks="3" 
    2626                                RuntimeLibrary="3" 
     27                                RuntimeTypeInfo="TRUE" 
    2728                                UsePrecompiledHeader="0" 
    2829                                WarningLevel="3" 
  • trunk/VUT/GtpVisibilityPreprocessor/scripts/Preprocessor.vcproj

    r78 r136  
    2525                                BasicRuntimeChecks="3" 
    2626                                RuntimeLibrary="3" 
     27                                RuntimeTypeInfo="TRUE" 
    2728                                UsePrecompiledHeader="0" 
    2829                                WarningLevel="3" 
  • trunk/VUT/Ogre/scripts/Plugin_VisibilitySceneManager.vcproj

    r130 r136  
    2626                                RuntimeLibrary="3" 
    2727                                EnableFunctionLevelLinking="TRUE" 
     28                                RuntimeTypeInfo="TRUE" 
    2829                                UsePrecompiledHeader="2" 
    2930                                WarningLevel="3" 
  • trunk/VUT/Ogre/src/OgrePlatformQueryManager.cpp

    r135 r136  
    5555 
    5656        // to obtain the correct number of projected pixels, depth write must be disabled 
     57        bool enableDepthWrite = false; 
    5758 
    58         bool enableDepthWrite = false; 
    5959        // this option must be provided by the scene manager 
    6060        pfHierarchyInterface->GetSceneManager()->setOption("DepthWrite", &enableDepthWrite); 
  • trunk/VUT/work/TestCulling/TestCulling.vcproj

    r115 r136  
    2626                                BasicRuntimeChecks="3" 
    2727                                RuntimeLibrary="3" 
     28                                RuntimeTypeInfo="TRUE" 
    2829                                UsePrecompiledHeader="0" 
    2930                                WarningLevel="3" 
  • trunk/VUT/work/TestCullingTerrain/TestCullingTerrain.vcproj

    r133 r136  
    2626                                BasicRuntimeChecks="3" 
    2727                                RuntimeLibrary="3" 
     28                                RuntimeTypeInfo="TRUE" 
    2829                                UsePrecompiledHeader="0" 
    2930                                WarningLevel="3" 
Note: See TracChangeset for help on using the changeset viewer.