Look Rotation
Rotation
The Look Rotation node takes in a defined forward and up direction, and returns a Quaternion that has been rotated to face in a specified direction.
Inputs
Forward (Pseudo-Generic)
The forward direction.
Up (Pseudo-Generic)
The up direction.
Outputs
* (Pseudo-Generic)
Returns a quaternion that has been rotated to face a certain direction (and orientated thanks to the up direction).
See Also
- Wikipedia's definition of quaternion & euler angles.