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