| 2869 | } |
| 2870 | |
| 2871 | void ABP::addStaticObjects(const BpHandle* userID_, PxU32 nb, PxU32 maxID) |
| 2872 | { |
| 2873 | mShared.checkResize(maxID); |
| 2874 | |
| 2875 | mSBM.addObjects(userID_, nb, NULL); |
| 2876 | } |
| 2877 | |
| 2878 | void ABP::addDynamicObjects(const BpHandle* userID_, PxU32 nb, PxU32 maxID) |
| 2879 | { |
no test coverage detected