Destroy a concave mesh shape * @param concaveMeshShape A pointer to the concave mesh shape to destroy */
| 570 | * @param concaveMeshShape A pointer to the concave mesh shape to destroy |
| 571 | */ |
| 572 | void PhysicsCommon::destroyConcaveMeshShape(ConcaveMeshShape* concaveMeshShape) { |
| 573 | |
| 574 | deleteConcaveMeshShape(concaveMeshShape); |
| 575 | |
| 576 | mConcaveMeshShapes.remove(concaveMeshShape); |
| 577 | } |
| 578 | |
| 579 | // Delete a concave mesh shape |
| 580 | /** |