MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / destroyHeightFieldShape

Method destroyHeightFieldShape

src/engine/PhysicsCommon.cpp:525–530  ·  view source on GitHub ↗

Destroy a height-field shape * @param heightFieldShape A pointer to the height field shape to destroy */

Source from the content-addressed store, hash-verified

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

Callers 2

~TestRaycastMethod · 0.80
~HeightFieldMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by 1

~TestRaycastMethod · 0.64