Contents

ComputeGraphSimulation.SimulationRate.Mode.fixedTime

Simulate using time delta.

Declaration

case fixedTime

Discussion

Similar to fixedFrequency except the timeDelta is in seconds.

This can result in zero, one, or more steps per frame, depending on the frequency specified and the current framerate.