Skip to main content

Meta_Camera

Module: Metanodes / Definitions

A Camera represents a body position in the world, which viewports can render from.

#include <meta_view.hpp>

Public Types

TypeName
enumConstraintType { CONSTRAINT_NONE =0, CONSTRAINT_WORLD, CONSTRAINT_LOCAL }
Values for IDX_ConstraintType.
enumIDX { Idx_Transform, Idx_Eyes, Idx_ConstraintType, Idx_ConstraintTransform }
Property index.

Public Types Documentation

enum ConstraintType

EnumeratorValueDescription
CONSTRAINT_NONE=0Do not contrain the transform. (Symbols - C: "ConstraintNone", Lua: __Camera_ConstraintNone)
CONSTRAINT_WORLDApply the constraint in world coordinates. (Symbols - C: "ConstraintWorld", Lua: __Camera_ConstraintWorld)
CONSTRAINT_LOCALApply the constraint in local coordinates. (Symbols - C: "ConstraintLocal", Lua: __Camera_ConstraintLocal)

Values for IDX_ConstraintType.

enum IDX

EnumeratorValueDescription
Idx_Transformmat4w - The transform of the camera
Idx_Eyeslink - The (optional) eyes node used to adjust eye offset and IPD
Idx_ConstraintTypeConstraintType (int) - How to apply a TransformLimits child node
Idx_ConstraintTransformmat4w - Transform to apply to limits

Property index.