| 2876 | } |
| 2877 | |
| 2878 | void ABP::addDynamicObjects(const BpHandle* userID_, PxU32 nb, PxU32 maxID) |
| 2879 | { |
| 2880 | mShared.checkResize(maxID); |
| 2881 | |
| 2882 | mShared.mUpdatedObjects.checkResize(maxID); |
| 2883 | |
| 2884 | mDBM.addObjects(userID_, nb, &mShared); |
| 2885 | } |
| 2886 | |
| 2887 | void ABP::addKinematicObjects(const BpHandle* userID_, PxU32 nb, PxU32 maxID) |
| 2888 | { |
no test coverage detected