| 191 | |
| 192 | virtual void substepStrategy(const PxReal stepSize, PxU32& substepCount, PxReal& substepSize); |
| 193 | virtual void reset() { mAccumulator = 0.0f; } |
| 194 | |
| 195 | virtual void setSubStepper(const PxReal stepSize, const PxU32 maxSteps) { mFixedSubStepSize = stepSize; mMaxSubSteps = maxSteps;} |
| 196 |
no outgoing calls
no test coverage detected