400

Introducing script use
Motivation

  • Many actions are too complex for animation nodes
  • Computed animation paths (eg. gravity)
  • Algorithmic shapes (eg. fractals)
  • Collaborative environments (eg. games)
  • You can create new sensors, interpolators, etc., using program scripts written in
  • Java - powerful general-purpose language
  • JavaScript - easy-to-learn language
  • VRMLscript - same as JavaScript