Lib.render.transform.RotateTowards - tixl3d/tixl GitHub Wiki
Rotates the incoming scene / objects towards a specified target.
Also known as 'LookAt'
Useful combination: Using the position output of a [Locator] creates a visible Target in the viewport with an interactive transform gizmo (if 'toggle gizmos and floor grid' are turned on in the Output window)
Name (Relevancy & Type) | Description |
---|---|
Command (CommandRequired) | Scene / Object input that will be rotated to look towards the set target |
AlternativeTarget (Vector3) | Input for a 'Pos' value For example from a [Locator] node. |
RotationOffset (Vector3) | Values to offset the rotation of the incoming scene / object |
LookTowards (Int32) | Defines whether the incoming scene turns towards the active camera or towards the defined 'AlternativeTarget' |
Name | Type |
---|---|
Output | T3.Core.DataTypes.Command |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.