<node3d>.getEuler

Returns euler rotation

 

<node3d>.getEuler(
    mode = viz.ABS_PARENT    

)

 

mode = viz.ABS_PARENT

One of the following transform modes:

Transform modes

viz.ABS_PARENT
viz.REL_PARENT

Return the value in the parents coordinate system.

viz.ABS_GLOBAL
viz.REL_GLOBAL

Return the value in global coordinates.


Remarks

This command will return the euler rotation of the node.

Return Value

[yaw,pitch,roll]