RotateNode()
Syntax
RotateNode(#Node, x, y, z [, Mode])Description
Rotates the #Node according to the specified x,y,z angle values. All angles are in degree, with values ranging from 0 to 360. The optional 'Mode' can be one of the following value:PB_Absolute: absolute rotation (default). PB_Relative: relative rotation based on the previous node rotation.
Supported OS
All