Changeset 1211 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
- Timestamp:
- 08/17/06 18:04:15 (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/OgreKdTree.h
r1206 r1211 29 29 #include <stack> 30 30 31 #include "OgreKdTreeCamera.h" 31 32 #include "HierarchyInterface.h" 32 33 … … 510 511 inline bool getShowNodes(void) { return mShowNodes; }; 511 512 513 // changes vis mode (simple/enhanced with NONE/PART/FULL vis) 514 void setEnhancedVis(bool enh); 515 bool getEnhancedVis(void); 516 512 517 NodePtr getRoot(void) const { return mKdRoot; }; 513 518 … … 585 590 bool mShowNodes; 586 591 592 // pointer zur getVisibility function (simple oder enhanced) 593 KdTreeCamera::NodeVisibility (KdTreeCamera::*getVisibility)(const AxisAlignedBox& box) const; 587 594 588 595 // DEBUG -
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreKdTreeSceneManager.h
r1206 r1211 179 179 /** Switches between simple & enhanced visibility 180 180 */ 181 void setEnhancedVis(bool enhanced);181 //void setEnhancedVis(bool enhanced); 182 182 183 183
Note: See TracChangeset
for help on using the changeset viewer.