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

added bounding boxes to xml description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreOcclusionCullingSceneManager.h

    r925 r931  
    9696        void renderModulativeStencilShadowedQueueGroupObjects(RenderQueueGroup* pGroup, 
    9797                QueuedRenderableCollection::OrganisationMode om); 
    98         void loadVisibilityConfig(const String& filename); 
     98         
    9999        /** Override standard function so octree boxes are always of equal side length. 
    100100                This has advantages for CHC, because terrain tiles are in different octree nodes 
     
    124124        */ 
    125125        void InitVisibilityCulling(Camera *cam); 
    126  
     126#if 0 
    127127        /** Finds object corresponding to this bounding box in the scene. 
    128128        */ 
     
    133133        */ 
    134134        void IdentifyObjects(GtpVisibilityPreprocessor::ObjectContainer &objects); 
    135  
     135#endif 
    136136        /** Loads / unloads pvs of the view cell to set the visibility in the scene. 
    137137        */ 
Note: See TracChangeset for help on using the changeset viewer.