Destroy a convex mesh * @param convexMesh A pointer to the convex mesh to destroy */
| 677 | * @param convexMesh A pointer to the convex mesh to destroy |
| 678 | */ |
| 679 | void PhysicsCommon::destroyConvexMesh(ConvexMesh* convexMesh) { |
| 680 | |
| 681 | deleteConvexMesh(convexMesh); |
| 682 | mConvexMeshes.remove(convexMesh); |
| 683 | } |
| 684 | |
| 685 | // Delete a convex mesh |
| 686 | /** |