OOF2: The Manual

Name

Fixed Time Between Frames (FixedSpacing) — Generate frames at the specified time interval.

Synopsis

FixedSpacing(dt)

Details

  • Base class: AnimationTimes
  • Parameters:

    dt
    Time difference between consecutive frames. Type: A real number.

Description

FixedSpacing generates uniformly spaced animation frames with a time interval dt when animating a Graphics window with OOF.Graphics_n.File.Animate. If the total duration of the animation is not a multiple of dt, the final step will be truncated.