| 762 | } |
| 763 | |
| 764 | void NpScene::addRigidDynamic(NpRigidDynamic& body, const Gu::BVHStructure* bvhStructure, bool hasPrunerStructure) |
| 765 | { |
| 766 | addActorT(body, body.getScbBodyFast(), mRigidActors, this, bvhStructure, hasPrunerStructure); |
| 767 | } |
| 768 | |
| 769 | /////////////////////////////////////////////////////////////////////////////// |
| 770 |
nothing calls this directly
no test coverage detected