| 934 | } |
| 935 | |
| 936 | void TSShape::buildColShapes( bool useVisibleMesh, const Point3F &scale, Vector< CollisionShapeInfo > *list ) |
| 937 | { |
| 938 | _buildColShapes( useVisibleMesh, scale, list, true ); |
| 939 | } |
| 940 | |
| 941 | PhysicsCollision* TSShape::_buildColShapes( bool useVisibleMesh, const Point3F &scale, Vector< CollisionShapeInfo > *list, bool perMesh ) |
| 942 | { |