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

Method getScenes

deps/physx/physx/source/physx/src/NpPhysics.cpp:324–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324PxU32 NpPhysics::getScenes(PxScene** userBuffer, PxU32 bufferSize, PxU32 startIndex) const
325{
326 Ps::Mutex::ScopedLock lock(const_cast<Ps::Mutex&>(mSceneAndMaterialMutex));
327 return Cm::getArrayOfPointers(userBuffer, bufferSize, startIndex, mSceneArray.begin(), mSceneArray.size());
328}
329
330PxRigidStatic* NpPhysics::createRigidStatic(const PxTransform& globalPose)
331{

Callers 15

renderCallbackFunction · 0.80
renderCallbackFunction · 0.80
renderCallbackFunction · 0.80
renderCallbackFunction · 0.80
renderCallbackFunction · 0.80
renderCallbackFunction · 0.80
renderCallbackFunction · 0.80
renderCallbackFunction · 0.80
renderCallbackFunction · 0.80
renderCallbackFunction · 0.80
renderCallbackFunction · 0.80
renderCallbackFunction · 0.80

Calls 2

beginMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected