Table of Contents Chapter Index Previous Slide Next Slide 255

Using Time to Animate


Understanding Time Sensors

  • TimeSensor nodes describe:
  • start and stop time - when to run
  • cycle interval time - how long a cycle is
  • looping - whether or not to repeat cycles
  • TimeSensor {
        cycleInterval 4.0
        loop FALSE
        starTime 0.0
        stopTime 1.0
    }