MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / addAggregate

Method addAggregate

deps/physx/physx/source/physx/src/NpFactory.cpp:401–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399/////////////////////////////////////////////////////////////////////////////// aggregate
400
401void NpFactory::addAggregate(PxAggregate* npAggregate, bool lock)
402{
403 addToTracking(mAggregateTracking, npAggregate, mTrackingMutex, lock);
404}
405
406PxAggregate* NpFactory::createAggregate(PxU32 maxActors, bool selfCollisions)
407{

Callers

nothing calls this directly

Calls 1

addToTrackingFunction · 0.85

Tested by

no test coverage detected