21SShapeConvexHull::SShapeConvexHull(
const std::string& shapeName,
SEntity* entity,
const Ogre::Real& tolerance) :
SShape(shapeName,
SShape::SO3_SHAPE_COLLISION)
23 Ogre::Vector3 poffset = Ogre::Vector3::ZERO;
24 Ogre::Vector3 scale = Ogre::Vector3::UNIT_SCALE;
25#ifdef USE_COLLISION_NOSCALE
30 mTolerance = tolerance;