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