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

Method addArticulationLinkBody

physx/source/physx/src/NpScene.cpp:1056–1060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1054///////////////////////////////////////////////////////////////////////////////
1055
1056void NpScene::addArticulationLinkBody(NpArticulationLink& link)
1057{
1058 mScene.addActor(link.getScbBodyFast(), false, NULL, NULL);
1059 link.getShapeManager().setupAllSceneQuery(this, link, false);
1060}
1061
1062void NpScene::addArticulationLinkConstraint(NpArticulationLink& link)
1063{

Callers

nothing calls this directly

Calls 3

setupAllSceneQueryMethod · 0.80
getShapeManagerMethod · 0.80
addActorMethod · 0.45

Tested by

no test coverage detected