KBpath

value

as: |transform|time|

atributes

  • transform [transform] transform axis
  • time [time]
  • key [key[]] key(time,point,rotY,rotX,rotZ,scale,tension,continuity,bias)

nodes

Examples

1
2
3
4
5
6
7
KBpath( _time(time:45f) ){
    key(0.0f, x: -7.288f, y: 2.347f, z: 13.2f, rotY:-90f);
    key(0.5f, x: -3.032f, y: 5.832f, z: 0.92f, rotY:-10f);
    key(1.0f, x: -1.147f, y: 2.347f, z: -1.3f, rotY:-11f);
 
    model(file:"data/butterfly/body.mod");
};