Ignore:
Timestamp:
03/18/07 00:25:35 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • OGRE/trunk/ogre_changes/Ogre1.2/PlugIns/OctreeSceneManager/include/OgreOctreeSceneManager.h

    r921 r2257  
    123123                @param passes if passes should be left in queue for later processing 
    124124        */ 
    125         void _renderOctant(Camera* cam, Octree *octree, bool onlyShadowCasters,  
     125        void _renderOctant(Camera* cam,  
     126                                           Octree *octree,  
     127                                           bool onlyShadowCasters,  
    126128                const int leavePassesInQueue = 0); 
    127129 
    128         /** Returns stored list of boxes */ 
     130        void _renderOctantRecursive(Camera* cam,  
     131                                                                Octree *octree,  
     132                                                                bool onlyShadowCasters,  
     133                                                                const int leavePassesInQueue = 0); 
     134 
     135 
     136        /** Returns stored list of boxes  
     137        */ 
    129138        BoxList *getBoxes(); 
     139 
    130140#endif // GTP_VISIBILITY_MODIFIED_OGRE 
    131141 
Note: See TracChangeset for help on using the changeset viewer.