Value > MAXWrapper > Controllers > Matrix3Controller > LookAt |
The LookAt controller is obsolete and available only for backwards compatibility. You are encouraged to use the LookAt Constraint (which is a Rotation Controller and not a Matrix3 Controller) instead.
Get/Set the Position sub-controller of the LookAt controller.
Get/Set the Roll sub-controller of the LookAt controller.
Get/Set the Scale sub-controller of the LookAt controller.
There presently are no methods for directly accessing or setting the target node in the LookAt controller. To set the target node, the LookAt controller needs to be assigned to a node, and then the lookat property of the node is set to the target node. If the transform controller for a node is not a LookAt controller, and a target node is assigned to the lookat property of the node, a LookAt controller is automatically assigned to the node.
Get/Set whether to use the target as the Up Node.
Get/Set the axis. Possible values are:
Get/Set whether to flip the orientation.Normally, a node will look at the target with the negative axis. Setting Flip to true will make the node to look at the target with the positive axis.