| 715 | } |
| 716 | |
| 717 | PxPhysics* PxCreateBasePhysics(PxU32 version, PxFoundation& foundation, const PxTolerancesScale& scale, bool trackOutstandingAllocations, PxPvd* pvd) |
| 718 | { |
| 719 | return NpPhysics::createInstance(version, foundation, scale, trackOutstandingAllocations, static_cast<pvdsdk::PsPvd*>(pvd)); |
| 720 | } |
| 721 | |
| 722 | void PxRegisterArticulations(PxPhysics& physics) |
| 723 | { |
no test coverage detected