Ignore:
Timestamp:
05/27/05 18:59:23 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r113 r114  
    5252        //writes out stats into the Ogre log file 
    5353        void WriteLog(); 
    54  
     54        /** Render a set of objects, see renderSingleObject for param definitions  
     55                Override so we can handle delayed rendering of transparent objects 
     56        */ 
     57        virtual void renderObjects(const RenderPriorityGroup::TransparentRenderablePassList& objs,  
     58            bool doLightIteration, const LightList* manualLightList = 0); 
    5559protected: 
    5660         
     
    6064        bool mUseVisibilityCulling; 
    6165        bool mShowVisualization; 
     66        bool mRenderTransparentObjects; 
    6267        bool mVisualizeCulledNodes; 
    6368 
    64         int mRenderNodesForViz; 
     69        bool mRenderNodesForViz; 
     70        bool mRenderNodesContentForViz; 
    6571}; 
    6672 
Note: See TracChangeset for help on using the changeset viewer.