| 398 | /////////////////////////////////////////////////////////////////////////////// aggregate |
| 399 | |
| 400 | void NpFactory::addAggregate(PxAggregate* npAggregate, bool lock) |
| 401 | { |
| 402 | addToTracking(mAggregateTracking, npAggregate, mTrackingMutex, lock); |
| 403 | } |
| 404 | |
| 405 | PxAggregate* NpFactory::createAggregate(PxU32 maxActors, bool selfCollisions) |
| 406 | { |
nothing calls this directly
no test coverage detected