MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / removeArticulation

Method removeArticulation

deps/physx/physx/source/physx/src/NpScene.cpp:1011–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009}
1010
1011void NpScene::removeArticulation(PxArticulationBase& articulation, bool wakeOnLostTouch)
1012{
1013 PX_PROFILE_ZONE("API.removeArticulation", getContextId());
1014 NP_WRITE_CHECK(this);
1015
1016 if (removeFromSceneCheck(this, articulation.getScene(), "PxScene::removeArticulation(): Articulation"))
1017 {
1018 removeArticulationInternal(articulation, wakeOnLostTouch, true);
1019 }
1020}
1021
1022void NpScene::removeArticulationInternal(PxArticulationBase& npa, bool wakeOnLostTouch, bool removeFromAggregate)
1023{

Callers 3

fileToObjectMethod · 0.45
releaseMethod · 0.45

Calls 3

removeFromSceneCheckFunction · 0.85
getContextIdFunction · 0.50
getSceneMethod · 0.45

Tested by

no test coverage detected