Skip to main content

Meta_AnimationFramePRS

Module: Metanodes / Definitions

A PRS frame is a keyframe with a position, rotation and scale at a specified time.

#include <meta_importables.hpp>

Public Types

TypeName
enumIDX { Idx_RelTime, Idx_Position, Idx_Rotation, Idx_Scale, Idx_Marker }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_RelTimefloat - The time in seconds of this frame relative to its parent animation
Idx_Positionvec3w - The position of the animation target
Idx_Rotationvec3w - The rotation of the animation target
Idx_Scalevec3w - The scale of the animation target
Idx_Markerlink - A temporary solution to keep scene visual highlighting in sync on a cluster

Property index.