Changeset 1028 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src
- Timestamp:
- 06/21/06 10:09:12 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreMeshInstance.cpp
r870 r1028 20 20 } 21 21 22 GtpVisibilityPreprocessor::AxisAlignedBox3 OgreMeshInstance::GetBox() 22 GtpVisibilityPreprocessor::AxisAlignedBox3 OgreMeshInstance::GetBox() const 23 23 { 24 24 return OgreTypeConverter::ConvertFromOgre(mMesh->getWorldBoundingBox()); … … 30 30 } 31 31 32 bool OgreMeshInstance::IsConvex() 32 bool OgreMeshInstance::IsConvex() const 33 33 { 34 34 return true; 35 35 } 36 36 37 bool OgreMeshInstance::IsWatertight() 37 bool OgreMeshInstance::IsWatertight() const 38 38 { 39 39 return true;
Note: See TracChangeset
for help on using the changeset viewer.