| 740 | } |
| 741 | |
| 742 | void PxAddCollectionToPhysics(const PxCollection& collection) |
| 743 | { |
| 744 | NpFactory& factory = NpFactory::getInstance(); |
| 745 | const Cm::Collection& c = static_cast<const Cm::Collection&>(collection); |
| 746 | factory.addCollection(c); |
| 747 | } |
no test coverage detected