MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / removeArticulation

Method removeArticulation

physx/source/simulationcontroller/src/ScScene.cpp:1758–1764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1756}
1757
1758void Sc::Scene::removeArticulation(ArticulationCore& articulation)
1759{
1760 ArticulationSim* a = articulation.getSim();
1761 if (a)
1762 PX_DELETE(a);
1763 mArticulations.erase(&articulation);
1764}
1765
1766void Sc::Scene::addArticulationJoint(ArticulationJointCore& joint, BodyCore& parent, BodyCore& child)
1767{

Callers

nothing calls this directly

Calls 2

getSimMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected