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

Method getSimulationFilterData

deps/physx/physx/source/physx/src/NpShape.cpp:374–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374PxFilterData NpShape::getSimulationFilterData() const
375{
376 NP_READ_CHECK(getOwnerScene());
377 return mShape.getSimulationFilterData();
378}
379
380void NpShape::setQueryFilterData(const PxFilterData& data)
381{

Callers 13

setCCDActiveMethod · 0.80
setCollisionGroupMethod · 0.80
setSnowballMethod · 0.80
setDetachableMethod · 0.80
setCCDActiveMethod · 0.80
onContactMethod · 0.80
createObstaclesMethod · 0.80
PxCloneShapeFunction · 0.80
getFilterDataFunction · 0.80
setFilterDataFunction · 0.80
getFilterInfo_ShapeSimFunction · 0.80
runFilterShapeSimFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected