Changeset 92 for trunk/VUT/Ogre/include
- Timestamp:
- 05/11/05 15:29:32 (20 years ago)
- Location:
- trunk/VUT/Ogre/include
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/Ogre/include/OgrePlatformHierarchyInterface.h
r86 r92 7 7 #include <OgreRenderSystem.h> 8 8 9 #include "OgreSolidHalfBoundingBox.h" 9 //#include "OgreSolidHalfBoundingBox.h" 10 #include "OgreSolidBoundingBox.h" 10 11 #include "HierarchyInterface.h" 11 12 #include "OgrePlatformOcclusionQuery.h" … … 81 82 /** Returns pointer to current renderable half bounding box geometry 82 83 */ 83 SolidHalfBoundingBox *GetSolidHalfBoundingBox(); 84 //SolidHalfBoundingBox *GetSolidHalfBoundingBox(); 85 /** Returns pointer to current renderable bounding box geometry 86 */ 87 SolidBoundingBox *GetSolidBoundingBox(); 84 88 85 89 /** one renderable half of an aabb. 86 90 */ 87 Solid HalfBoundingBox *mSolidHalfBoundingBox;91 SolidBoundingBox *mSolidBoundingBox; 88 92 89 93 SceneManager *mSceneManager; -
trunk/VUT/Ogre/include/OgreSolidHalfBoundingBox.h
r86 r92 6 6 namespace Ogre { 7 7 8 /** Allows the renderingof one half of a solid bounding box.8 /** The renderable of one half of a solid bounding box. 9 9 @remarks 10 This class builds a wireframerenderable from a given aabb. A pointer to this class can be10 This class builds a solid renderable from a given aabb. A pointer to this class can be 11 11 added to a render queue to display the bounding box of an object. 12 12 */ -
trunk/VUT/Ogre/include/OgreVisibilityOctreeSceneManager.h
r87 r92 50 50 GtpVisibility::VisibilityManager *getVisibilityManager( void ); 51 51 52 //writes out into the Ogre log file 53 void WriteLog(); 54 52 55 protected: 53 56 -
trunk/VUT/Ogre/include/OgreVisibilityTerrainSceneManager.h
r87 r92 53 53 GtpVisibility::VisibilityManager *getVisibilityManager(); 54 54 55 //writes out statis into the Ogre log file 56 void WriteLog(); 57 55 58 protected: 56 59 57 60 OctreeHierarchyInterface *mHierarchyInterface; 58 61 GtpVisibility::VisibilityManager *mVisibilityManager;
Note: See TracChangeset
for help on using the changeset viewer.