| 133 | } |
| 134 | |
| 135 | void PvdPhysicsClient::createPvdInstance(const PxTriangleMesh* triMesh) |
| 136 | { |
| 137 | mMetaDataBinding.createInstance(*mPvdDataStream, *triMesh, PxGetPhysics()); |
| 138 | } |
| 139 | |
| 140 | void PvdPhysicsClient::destroyPvdInstance(const PxTriangleMesh* triMesh) |
| 141 | { |
nothing calls this directly
no test coverage detected