animation

value

as: |destination|

atributes

  • destination [point|vector] (0f,0f,0f)
  • frameWindow [Float:0.175] //second
  • sourceRadius [Float:0.5f] maximum allowable deviation from start point //meter
  • sourceAngle [Float:90f] maximum allowable deviation from start angle //degrees
  • *1 frame [frame]

nodes

actions

  • onEnter
  • onExit

Examples

up = _animation( _point(x:0f,y: 1.278f,z: 0.509f) ){ 
    for ( i in 1..8 ) frame("animations/up/"+i+".ang"); 
};