Skip to main content

Meta_AssemblyPRS

Module: Metanodes / Definitions

An AssemblyPRS node is used to store hints for matrix edit gui controls. More...

#include <meta_division.hpp>

Public Types

TypeName
enumIDX { Idx_Position, Idx_Rotation, Idx_Scale }
Property Index.

Detailed Description

struct Meta_AssemblyPRS;

An AssemblyPRS node is used to store hints for matrix edit gui controls.

This exists because the standard transform controls decompose the matrix into position, rotation, and scale. Decomposition to euler angles regularly results in unexpected values that make it look like the rotation is incorrect, when it is just another possible valid euler representation.

This node is automatically created when the user interface edits a transform property on an assembly, and is read first when re-selecting the assembly. It is then composed and compared against the transform property to verify it is still up to date.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Positionvec3w - Translation
Idx_Rotationvec3w - Rotation (eulers)
Idx_Scalevec3w - Scale

Property Index.