Changeset 2254 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
- Timestamp:
- 03/16/07 13:08:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreOcclusionCullingSceneManager.h
r2184 r2254 187 187 void loadConfig(DataStreamPtr& stream); 188 188 189 void Render DepthPass(const bool fillRenderQueue = true);189 void RenderHierarchicalCulling(const bool fillRenderQueue = true); 190 190 191 191 void _renderScene(Camera* camera, Viewport* vp, bool includeOverlays); … … 196 196 const bool nodeVisibility); 197 197 198 void AddVisibleMeshGeometryToQueue(const GtpVisibility::MeshInfoContainer &visibleGeometry, Camera *cam); 199 void AddVisibleNodeGeometryToQueue(const GtpVisibility::NodeInfoContainer &visibleNodes, Camera *cam); 198 void AddVisibleMeshGeometryToQueue(const GtpVisibility::MeshInfoContainer &visibleGeometry, 199 Camera *cam); 200 void AddVisibleNodeGeometryToQueue(const GtpVisibility::NodeInfoContainer &visibleNodes, 201 Camera *cam); 200 202 201 203 ////////////////////////////////////////// … … 299 301 ObjReader *mObjReader; 300 302 301 Camera *mDummyCamera; 303 bool mUseVisibilityQueries; 304 305 bool mUseFromPointQueries; 306 307 bool mUseExactQueries; 308 309 bool mUseDepthPassForQueries; 302 310 }; 303 311
Note: See TracChangeset
for help on using the changeset viewer.