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

Method getMaterials

deps/physx/physx/source/physx/src/NpShape.cpp:432–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432PxU32 NpShape::getMaterials(PxMaterial** userBuffer, PxU32 bufferSize, PxU32 startIndex) const
433{
434 NP_READ_CHECK(getOwnerScene());
435
436 return mShape.getMaterials(userBuffer, bufferSize, startIndex);
437}
438
439PxMaterial* NpShape::getMaterialFromInternalFaceIndex(PxU32 faceIndex) const
440{

Callers 10

deserializeObjectsFunction · 0.45
detachMethod · 0.45
createCollectionMethod · 0.45
PxCloneShapeFunction · 0.45
extendForLLFunction · 0.45
setMaterialsFunction · 0.45
setMaterialsMethod · 0.45
simulateOrCollideMethod · 0.45
getPxPhysics_MaterialsFunction · 0.45
getPxShape_MaterialsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected