Options
All
  • Public
  • Public/Protected
  • All
Menu

A node in the node hierarchy

Hierarchy

Index

Properties

camera?: number

The index of the camera referenced by this node

children?: number[]

The indices of this node's children

extensions?: {}

Dictionary object with extension-specific objects

Type declaration

  • [key: string]: any
extras?: any

Application-Specific data

matrix?: number[]

A floating-point 4x4 transformation matrix stored in column-major order

mesh?: number

The index of the mesh in this node

name?: string

The user-defined name of this object

rotation?: number[]

The node's unit quaternion rotation in the order (x, y, z, w), where w is the scalar

scale?: number[]

The node's non-uniform scale, given as the scaling factors along the x, y, and z axes

skin?: number

The index of the skin referenced by this node

translation?: number[]

The node's translation along the x, y, and z axes

weights?: number[]

The weights of the instantiated Morph Target. Number of elements must match number of Morph Targets of used mesh

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme