Source:setOrientation
EditSets the orientation of the Source in angle/axis representation.
Set the orientation using angle/axis numbers.
Arguments
| Name | Type | Description |
| angle | number | The number of radians the Source 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. |
Returns
Nothing
Set the orientation using a quaternion.
Arguments
| Name | Type | Description |
| orientation | quaternion | The orientation. |
Returns
Nothing