RotateNode()

Syntax

RotateNode(#Node, x, y, z [, Mode])
Description
Rotates the node according to the specified x,y,z angle values.

Parameters

#Node The node to rotate.
x, y, z The new rotation to apply to the node. Values are in degree, ranging from 0 to 360.
Mode (optional) The rotate mode. It can be one of the following values:
  #PB_Absolute: absolute rotation (default).
  #PB_Relative: relative rotation based on the previous node rotation.  

Return value

None.

See Also

MoveNode()

Supported OS

All

<- NodeZ() - Node Index - ScaleNode() ->