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

Method setQueryFilterData

deps/physx/physx/source/physx/src/NpShape.cpp:380–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380void NpShape::setQueryFilterData(const PxFilterData& data)
381{
382 NP_WRITE_CHECK(getOwnerScene());
383 PX_CHECK_AND_RETURN(isWritable(), "PxShape::setQueryFilterData: shared shapes attached to actors are not writable.");
384
385 mShape.getScShape().setQueryFilterData(data); // PT: this one doesn't need double-buffering
386
387 updatePvdProperties(mShape);
388}
389
390PxFilterData NpShape::getQueryFilterData() const
391{

Callers 12

createDrivablePlaneFunction · 0.80
createVehicleActorFunction · 0.80
initPhysicsFunction · 0.80
createBoxMethod · 0.80
createLandscapeMeshMethod · 0.80
setupActorFunction · 0.80
addStaticObstacleMethod · 0.80
addDynamicObstacleMethod · 0.80
createObstaclesMethod · 0.80
PxCloneShapeFunction · 0.80

Calls 1

updatePvdPropertiesFunction · 0.70

Tested by

no test coverage detected