Changeset 931 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
- Timestamp:
- 05/08/06 18:57:11 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreOcclusionCullingSceneManager.h
r925 r931 96 96 void renderModulativeStencilShadowedQueueGroupObjects(RenderQueueGroup* pGroup, 97 97 QueuedRenderableCollection::OrganisationMode om); 98 void loadVisibilityConfig(const String& filename);98 99 99 /** Override standard function so octree boxes are always of equal side length. 100 100 This has advantages for CHC, because terrain tiles are in different octree nodes … … 124 124 */ 125 125 void InitVisibilityCulling(Camera *cam); 126 126 #if 0 127 127 /** Finds object corresponding to this bounding box in the scene. 128 128 */ … … 133 133 */ 134 134 void IdentifyObjects(GtpVisibilityPreprocessor::ObjectContainer &objects); 135 135 #endif 136 136 /** Loads / unloads pvs of the view cell to set the visibility in the scene. 137 137 */
Note: See TracChangeset
for help on using the changeset viewer.