| 929 | } |
| 930 | |
| 931 | PhysicsCollision* TSShape::buildColShape( bool useVisibleMesh, const Point3F &scale ) |
| 932 | { |
| 933 | return _buildColShapes( useVisibleMesh, scale, NULL, false ); |
| 934 | } |
| 935 | |
| 936 | void TSShape::buildColShapes( bool useVisibleMesh, const Point3F &scale, Vector< CollisionShapeInfo > *list ) |
| 937 | { |
no outgoing calls
no test coverage detected