Returns euler rotation
| <node3d>.getEuler( | |
| mode = viz.ABS_PARENT |
)
mode = viz.ABS_PARENT
One of the following transform modes:
Transform modes |
|
viz.ABS_PARENT |
Return the value in the parents coordinate system. |
viz.ABS_GLOBAL |
Return the value in global coordinates. |
This command will return the euler rotation of the node.
[yaw,pitch,roll]