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

Method removeArticulationLink

deps/physx/physx/source/physx/src/NpScene.cpp:1112–1123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1110}
1111
1112void NpScene::removeArticulationLink(NpArticulationLink& link, bool wakeOnLostTouch)
1113{
1114 PxArticulationJointBase* j =link.getInboundJoint();
1115
1116 link.removeConstraintsFromScene();
1117 link.getShapeManager().teardownAllSceneQuery(getSceneQueryManagerFast(), link);
1118
1119 if (j)
1120 mScene.removeArticulationJoint(j->getImpl()->getScbArticulationJoint());
1121
1122 mScene.removeActor(link.getScbBodyFast(), wakeOnLostTouch, false);
1123}
1124
1125///////////////////////////////////////////////////////////////////////////////
1126

Callers

nothing calls this directly

Calls 7

getInboundJointMethod · 0.80
teardownAllSceneQueryMethod · 0.80
getShapeManagerMethod · 0.80
getImplMethod · 0.45
removeActorMethod · 0.45

Tested by

no test coverage detected