Changeset 1221 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
- Timestamp:
- 08/18/06 19:28:12 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreKdTreeSceneManager.h
r1214 r1221 92 92 /** Override pass so we can do the z-fail pass. 93 93 */ 94 const Pass* _setPass(Pass* pass);94 virtual const Pass* _setPass(const Pass* pass, bool evenIfSuppressed = false); 95 95 96 96 /** Render a queue group. -
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreOcclusionCullingSceneManager.h
r938 r1221 64 64 /** Override pass so we can do the z-fail pass. 65 65 */ 66 const Pass* _setPass(Pass* pass);66 virtual const Pass* _setPass(const Pass* pass, bool evenIfSuppressed = false); 67 67 68 68 /** Override from SceneManager so we can skip all but first pass for depth pass. … … 124 124 */ 125 125 void InitVisibilityCulling(Camera *cam); 126 #if 0127 /** Finds object corresponding to this bounding box in the scene.128 */129 Entity *FindCorrespondingObject(const AxisAlignedBox &box);130 131 /** Identifies objects in the scene and gives them unique ids that132 correspond to preprocessor ids.133 */134 void IdentifyObjects(GtpVisibilityPreprocessor::ObjectContainer &objects);135 #endif136 126 /** Loads / unloads pvs of the view cell to set the visibility in the scene. 137 127 */ … … 145 135 */ 146 136 void SetObjectsVisible(const bool visible); 137 138 139 ////////////////////////////////////////// 147 140 148 141 /// the interface to the scene hierarchy.
Note: See TracChangeset
for help on using the changeset viewer.