Skip to content

RoyInterface / Exports / scene/RoyAnimator / RoySkeletonNode

Class: RoySkeletonNode

scene/RoyAnimator.RoySkeletonNode

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new RoySkeletonNode(): RoySkeletonNode

Returns

RoySkeletonNode

Properties

name

name: string


rotation

rotation: Quat


translation

translation: Vec3


scale

scale: Vec3


children

children: RoySkeletonNode[] = []


localMatrix

Private localMatrix: Mat4


worldMatrix

worldMatrix: Mat4

Methods

updateWorldTransform

updateWorldTransform(parentMat): void

Parameters

NameType
parentMatMat4

Returns

void