transform

matrix

value

as: |position|scale|rotate|

atributes

  • rotate [rotate]
  • rotX [Float:0f]
  • rotY [Float:0f]
  • rotZ [Float:0f]
  • position [point|vector]
  • x [Float:0f]
  • y [Float:0f]
  • z [Float:0f]
  • scale [scale]
  • scaleX [Float:1f]
  • scaleY [Float:1f]
  • scaleZ [Float:1f]

Examples

1
wingAxis = _transform(rotZ:90f);
1
2
_transform(x:-0.07f, y:-0.015f, z:0.044f,
          rotX:75.337f, rotY:-13.041f)