Ignore:
Timestamp:
07/31/06 17:34:56 (18 years ago)
Author:
szydlowski
Message:

Finished kdtree hierarchy interface, started modifications to kdtree scene manager

File:
1 edited

Legend:

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

    r1163 r1173  
    3737                virtual void queueObjects(Camera* cam, RenderQueue* queue, bool onlyShadowCasters); 
    3838 
     39                // place all entities in geometry queue (for CHC) 
     40                virtual void getGeometryList(GtpVisibility::GeometryVector *geometryList); 
     41 
    3942                // return a bounding box enclosing all objects 
    4043                virtual AxisAlignedBox getBoundingBox() const; 
Note: See TracChangeset for help on using the changeset viewer.