Changeset 1028 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
- Timestamp:
- 06/21/06 10:09:12 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreMeshInstance.h
r870 r1028 25 25 26 26 27 28 27 //-- inherited functions from Intersectable 29 28 30 /** Returns the mail of this box. 31 */ 32 GtpVisibilityPreprocessor::AxisAlignedBox3 GetBox(); 29 GtpVisibilityPreprocessor::AxisAlignedBox3 GetBox() const; 33 30 34 31 int CastRay(GtpVisibilityPreprocessor::Ray &ray); 35 32 36 bool IsConvex() ;37 bool IsWatertight() ;33 bool IsConvex() const; 34 bool IsWatertight() const; 38 35 float IntersectionComplexity(); 39 36 … … 41 38 int Type() const; 42 39 43 int GetRandomSurfacePoint(GtpVisibilityPreprocessor::Vector3 &point, GtpVisibilityPreprocessor::Vector3 &normal); 40 int GetRandomSurfacePoint(GtpVisibilityPreprocessor::Vector3 &point, 41 GtpVisibilityPreprocessor::Vector3 &normal); 44 42 45 43 int GetRandomVisibleSurfacePoint(GtpVisibilityPreprocessor::Vector3 &point, … … 54 52 55 53 Entity *mMesh; 56 //AxisAlignedBox357 54 }; 58 55
Note: See TracChangeset
for help on using the changeset viewer.