Skip to main content

Meta_LookAt

Module: Metanodes / Definitions

A LookAt node contains settings and child Meta_LookAtTarget nodes, required when a Meta_Assembly contraint type is set to LookAt. More...

#include <meta_division.hpp>

Public Types

TypeName
enumAxis { AxisX, AxisY, AxisZ, AxisXNeg, AxisYNeg, AxisZNeg }
Values for Idx_Axis and Idx_UpAxis.
enumIDX { Idx_Axis, Idx_UpAxis, Idx_UpAxisNode, Idx_UpAxisAligned }
Property Index.

Detailed Description

struct Meta_LookAt;

A LookAt node contains settings and child Meta_LookAtTarget nodes, required when a Meta_Assembly contraint type is set to LookAt.

This is expected to be a child of a Meta_Assembly.

Public Types Documentation

enum Axis

EnumeratorValueDescription
AxisXSymbols - C: "AxisX", Lua: __LookAt_AxisX
AxisYSymbols - C: "AxisY", Lua: __LookAt_AxisY
AxisZSymbols - C: "AxisZ", Lua: __LookAt_AxisZ
AxisXNegSymbols - C: "AxisXNeg", Lua: __LookAt_AxisXNeg
AxisYNegSymbols - C: "AxisYNeg", Lua: __LookAt_AxisYNeg
AxisZNegSymbols - C: "AxisZNeg", Lua: __LookAt_AxisZNeg

Values for Idx_Axis and Idx_UpAxis.

enum IDX

EnumeratorValueDescription
Idx_AxisAxis (int) - The axis it should look down
Idx_UpAxisAxis (int) - The world up axis. Should not be the same as Axis.
Idx_UpAxisNodelink - A node, optionally, whose world transform should be used to derive the up axis
Idx_UpAxisAlignedUnused.

Property Index.