Changeset 347 for trunk/VUT/Ogre/include


Ignore:
Timestamp:
10/24/05 16:37:50 (19 years ago)
Author:
mattausch
Message:

fixed color bug
fixed terrain tile ch culling
made better terrain

File:
1 edited

Legend:

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

    r254 r347  
    9292        void renderModulativeStencilShadowedQueueGroupObjects(RenderQueueGroup* pGroup); 
    9393 
     94        /** Override standard function so octree boxes are always of equal side length. 
     95                This has advantages for CHC, because terrain tiles are in different octree nodes 
     96                and can be culled. 
     97        */ 
     98        void setWorldGeometry( const String& filename ); 
     99 
    94100protected: 
    95101         
Note: See TracChangeset for help on using the changeset viewer.