Changeset 112 for trunk/VUT/Ogre/include


Ignore:
Timestamp:
05/25/05 18:28:46 (19 years ago)
Author:
mattausch
Message:
 
Location:
trunk/VUT/Ogre/include
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/Ogre/include/OgreOctreeHierarchyInterface.h

    r87 r112  
    4343        unsigned int LastVisited(GtpVisibility::HierarchyNode *node) const; 
    4444 
     45        void VisualizeCulledNode(GtpVisibility::HierarchyNode *node,  
     46                                                         GtpVisibility::CullingType type); 
     47 
    4548protected: 
    4649        /** Returns pointer to the bounding box of the node. 
  • trunk/VUT/Ogre/include/OgrePlatformHierarchyInterface.h

    r111 r112  
    8686 
    8787protected: 
     88        /** materials for visualizing frustum and query culled nodes */ 
     89        void CreateCulledNodeMaterials(); 
     90 
    8891        /** A pass that prepares an occlusion query. 
    8992                @remark disables depth write, colour write, lighting, 
  • trunk/VUT/Ogre/include/OgreSceneNodeHierarchyInterface.h

    r87 r112  
    3535 
    3636        AxisAlignedBox *GetBoundingBox(GtpVisibility::HierarchyNode *node); 
     37 
     38        void VisualizeCulledNode(GtpVisibility::HierarchyNode *node,  
     39                                                        GtpVisibility::CullingType type); 
    3740}; 
    3841 
  • trunk/VUT/Ogre/include/OgreVisibilityOctreeSceneManager.h

    r100 r112  
    6060        bool mUseVisibilityCulling; 
    6161        bool mShowVisualization; 
     62        bool mRenderNodesForViz; 
     63        bool mVisualizeCulledNodes; 
    6264}; 
    6365 
  • trunk/VUT/Ogre/include/OgreVisibilitySceneManager.h

    r103 r112  
    5959        bool mUseVisibilityCulling; 
    6060        bool mShowVisualization; 
     61 
     62        bool mVisualizeCulledNodes; 
    6163}; 
    6264} // namespace Ogre 
  • trunk/VUT/Ogre/include/OgreVisibilityTerrainSceneManager.h

    r103 r112  
    6363        bool mShowVisualization; 
    6464        bool mRenderNodesForViz; 
     65        bool mVisualizeCulledNodes; 
    6566}; 
    6667 
Note: See TracChangeset for help on using the changeset viewer.