Ignore:
Timestamp:
05/01/06 00:08:09 (18 years ago)
Author:
mattausch
Message:

fitting objects to bb, debug

File:
1 edited

Legend:

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

    r865 r868  
    102102        void renderModulativeStencilShadowedQueueGroupObjects(RenderQueueGroup* pGroup); 
    103103 
     104        /** Override standard function so octree boxes are always of equal side length. 
     105                This has advantages for CHC, because terrain tiles are in different octree nodes 
     106                and can be culled. 
     107        */ 
     108        void setWorldGeometry(const String& filename); 
     109 
    104110protected: 
    105111         
Note: See TracChangeset for help on using the changeset viewer.