Meta_LookAtTarget
Module: Metanodes / Definitions
A LookAtTarget specifies a node for LookAt to look at. More...
#include <meta_division.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_Target, Idx_Weight } Property Index. |
Detailed Description
struct Meta_LookAtTarget;
A LookAtTarget specifies a node for LookAt to look at.
There may be multiple targets on one LookAt, the priority is controlled by the weight values on the targets.
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_Target | ||
Idx_Weight | link - A node to look at float - How strongly to look at it. Divide the range of 0 to 1 between all sibling targets for best results. |
Property Index.