Ignore:
Timestamp:
06/21/06 10:09:12 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreMeshInstance.cpp

    r870 r1028  
    2020        } 
    2121         
    22         GtpVisibilityPreprocessor::AxisAlignedBox3 OgreMeshInstance::GetBox() 
     22        GtpVisibilityPreprocessor::AxisAlignedBox3 OgreMeshInstance::GetBox() const 
    2323        { 
    2424                return OgreTypeConverter::ConvertFromOgre(mMesh->getWorldBoundingBox()); 
     
    3030        } 
    3131         
    32         bool OgreMeshInstance::IsConvex() 
     32        bool OgreMeshInstance::IsConvex() const 
    3333        { 
    3434                return true; 
    3535        } 
    3636 
    37         bool OgreMeshInstance::IsWatertight() 
     37        bool OgreMeshInstance::IsWatertight() const 
    3838        { 
    3939                return true; 
Note: See TracChangeset for help on using the changeset viewer.