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

Method setCCDActive

physx/samples/samplelargeworld/SampleLargeWorld.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void SampleLargeWorld::setCCDActive(PxShape& shape)
125{
126 PxFilterData fd = shape.getSimulationFilterData();
127 fd.word3 |= CCD_FLAG;
128 shape.setSimulationFilterData(fd);
129}
130
131bool SampleLargeWorld::isCCDActive(PxFilterData& filterData)
132{

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected