Changeset 2306 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
- Timestamp:
- 04/02/07 11:50:36 (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/OgreOctreeHierarchyInterface.h
r2292 r2306 63 63 GtpVisibility::HierarchyNodeContainer &nodes); 64 64 65 void PullUpLastVisited(GtpVisibility::HierarchyNode *node, const int frameId) const; 66 void DetermineVisibilityRatio(GtpVisibility::HierarchyNode *node) const; 67 float GetNodeVisibilityRatio(GtpVisibility::HierarchyNode *node) const; 68 65 69 protected: 66 70 -
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgrePlatformHierarchyInterface.h
r2280 r2306 26 26 { 27 27 public: 28 /** Construction taking the current scene manager and the current rendersystem as argument 28 /** Construction taking the current scene manager and the 29 current rendersystem as argument 29 30 @param sm current scene manager 30 31 @param rsys current render system … … 36 37 @return the next occlusion query 37 38 */ 38 GtpVisibility::OcclusionQuery *GetNextOcclusionQuery();39 virtual GtpVisibility::OcclusionQuery *GetNextOcclusionQuery(); 39 40 40 41 /** Sets the current camera used for the rendering. … … 124 125 bool includeChildren) = 0; 125 126 127 void PullUpLastVisited(GtpVisibility::HierarchyNode *node, const int frameId) const {} 128 void DetermineVisibilityRatio(GtpVisibility::HierarchyNode *node) const {} 129 130 float GetNodeVisibilityRatio(GtpVisibility::HierarchyNode *node) const { return 1.0f;} 131 126 132 protected: 127 133 /** Renders the given geometry
Note: See TracChangeset
for help on using the changeset viewer.