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