Destroy a convex mesh shape * @param convexMeshShape A pointer to the convex mesh shape to destroy */
| 441 | * @param convexMeshShape A pointer to the convex mesh shape to destroy |
| 442 | */ |
| 443 | void PhysicsCommon::destroyConvexMeshShape(ConvexMeshShape* convexMeshShape) { |
| 444 | |
| 445 | deleteConvexMeshShape(convexMeshShape); |
| 446 | |
| 447 | mConvexMeshShapes.remove(convexMeshShape); |
| 448 | } |
| 449 | |
| 450 | // Delete a convex mesh shape |
| 451 | /** |