Changeset 136 for trunk/VUT/Ogre


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/Ogre
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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); 
Note: See TracChangeset for help on using the changeset viewer.