Ignore:
Timestamp:
02/27/07 10:25:01 (17 years ago)
Author:
mattausch
Message:

implemented function for exact visibility queries

File:
1 edited

Legend:

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

    r2164 r2171  
    124124        bool LoadViewCells(const String &filename); 
    125125 
     126        void RenderDepthForQuery(Camera* camera, Viewport* vp); 
     127 
    126128protected: 
    127129         
     
    130132        void SetObjectVisible(GtpVisibilityPreprocessor::Intersectable *entry,  
    131133                                                  const bool visible); 
     134 
    132135        void ShowViewCellsGeometry(); 
    133136 
     
    180183        void loadConfig(DataStreamPtr& stream); 
    181184 
    182         void RenderDepthPass(); 
     185        void RenderDepthPass(const bool fillRenderQueue = true); 
    183186 
    184187        void _renderScene(Camera* camera, Viewport* vp, bool includeOverlays); 
     188 
     189        int FindExactVisibleObjects(Camera *camera, 
     190                                                                Viewport* vp, 
     191                                                                const bool fromPoint, 
     192                                                                const bool nodeVisibility);      
    185193 
    186194        ////////////////////////////////////////// 
Note: See TracChangeset for help on using the changeset viewer.