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

Function PxCreateBasePhysics

deps/physx/physx/source/physx/src/NpPhysics.cpp:717–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715}
716
717PxPhysics* PxCreateBasePhysics(PxU32 version, PxFoundation& foundation, const PxTolerancesScale& scale, bool trackOutstandingAllocations, PxPvd* pvd)
718{
719 return NpPhysics::createInstance(version, foundation, scale, trackOutstandingAllocations, static_cast<pvdsdk::PsPvd*>(pvd));
720}
721
722void PxRegisterArticulations(PxPhysics& physics)
723{

Callers 2

initPhysicsFunction · 0.85
PxPhysics.hFile · 0.85

Calls 1

createInstanceFunction · 0.85

Tested by

no test coverage detected