Skip to main content

Meta_Transform

Module: Metanodes / Definitions

A Transform is a special node that when parented to a Meta_Visual overrides its local transform (distinctly from the Assembly). More...

#include <meta_importables.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Transform }
Property index.

Detailed Description

struct Meta_Transform;

A Transform is a special node that when parented to a Meta_Visual overrides its local transform (distinctly from the Assembly).

This primarily exists to handle data import from formats like FBX, where a model instance may have transforms applied that are distinct from the assembly transform.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - Enabled state of this node in the hierarchy
Idx_Transformmat4w - Local transformation matrix

Property index.