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

Method setSimulationFilterData

deps/physx/physx/source/physx/src/NpShape.cpp:367–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365///////////////////////////////////////////////////////////////////////////////
366
367void NpShape::setSimulationFilterData(const PxFilterData& data)
368{
369 NP_WRITE_CHECK(getOwnerScene());
370 PX_CHECK_AND_RETURN(isWritable(), "PxShape::setSimulationFilterData: shared shapes attached to actors are not writable.");
371 mShape.setSimulationFilterData(data);
372}
373
374PxFilterData NpShape::getSimulationFilterData() const
375{

Callers 15

setupFilteringMethod · 0.80
createDrivablePlaneFunction · 0.80
createVehicleActorFunction · 0.80
initPhysicsFunction · 0.80
createScissorLiftFunction · 0.80
createStackMethod · 0.80
setCCDActiveMethod · 0.80
setCollisionGroupMethod · 0.80
createRigidActorFunction · 0.80
setSnowballMethod · 0.80
setDetachableMethod · 0.80
setCCDActiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected