Destroy a height-field shape * @param heightFieldShape A pointer to the height field shape to destroy */
| 523 | * @param heightFieldShape A pointer to the height field shape to destroy |
| 524 | */ |
| 525 | void PhysicsCommon::destroyHeightFieldShape(HeightFieldShape* heightFieldShape) { |
| 526 | |
| 527 | deleteHeightFieldShape(heightFieldShape); |
| 528 | |
| 529 | mHeightFieldShapes.remove(heightFieldShape); |
| 530 | } |
| 531 | |
| 532 | // Delete a height-field shape |
| 533 | /** |