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

Function isSceneQuery

deps/physx/physx/source/physx/src/NpShapeManager.cpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47using namespace Cm;
48
49static PX_FORCE_INLINE bool isSceneQuery(const NpShape& shape) { return shape.getFlagsFast() & PxShapeFlag::eSCENE_QUERY_SHAPE; }
50
51NpShapeManager::NpShapeManager()
52 : mSqCompoundId(INVALID_PRUNERHANDLE), mPruningStructure(NULL)

Callers 5

attachShapeMethod · 0.85
detachShapeMethod · 0.85
setupAllSceneQueryMethod · 0.85
teardownAllSceneQueryMethod · 0.85
addBVHStructureShapesMethod · 0.85

Calls 1

getFlagsFastMethod · 0.45

Tested by

no test coverage detected