Model:setNodeOrientation
EditSets or blends the orientation of a node to a new orientation. This sets the local orientation of the node, relative to its parent.
Arguments
| Name | Type | Default | Description |
| node | string | number | The name or index of a node. | |
| angle | number | The number of radians the node should be rotated around its rotation axis. | |
| ax | number | The x component of the axis of rotation. | |
| ay | number | The y component of the axis of rotation. | |
| az | number | The z component of the axis of rotation. | |
| blend | number | 1.0 | A number from 0 to 1 indicating how much of the target orientation to blend in. A value of 0 will not change the node's orientation at all, whereas 1 will fully blend to the target orientation. |
Returns
Nothing
Arguments
| Name | Type | Default | Description |
| node | string | number | The name or index of a node. | |
| orientation | quaternion | The orientation. | |
| blend | number | 1.0 | A number from 0 to 1 indicating how much of the target orientation to blend in. A value of 0 will not change the node's orientation at all, whereas 1 will fully blend to the target orientation. |
Returns
Nothing