MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / getSimulationFilterData

Method getSimulationFilterData

physx/source/physx/src/NpShape.cpp:371–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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