NodeValues

class wv.Animation.NodeValues()

Structure which holds interpolated values for a node.

Constructors

wv.Animation.NodeValues.constructor()
NodeValues(nodeId: number): NodeValues

Parameters

nodeId: number

Returns: NodeValues

Properties

wv.Animation.NodeValues.color

readonly

color: Point3
wv.Animation.NodeValues.flags
wv.Animation.NodeValues.matrix
matrix: Matrix
wv.Animation.NodeValues.nodeId

readonly

nodeId: number
wv.Animation.NodeValues.opacity
opacity: number
wv.Animation.NodeValues.pivotPoint
pivotPoint: (undefined | None | Point3)
wv.Animation.NodeValues.rotation

readonly

rotation: Quaternion
wv.Animation.NodeValues.scale

readonly

scale: Point3
wv.Animation.NodeValues.translate

readonly

translate: Point3
wv.Animation.NodeValues.visibility
visibility: number

Methods

wv.Animation.NodeValues.updateMatrix()
updateMatrix(): void

Returns: void