NodeValues
- class Animation.NodeValues()
Structure which holds interpolated values for a node.
Constructors
Properties
Methods
Constructors
- NodeValues.constructor(nodeId)
- Arguments
nodeId (
number()
) – None
- Return type
NodeValues
Properties
- NodeValues.color
- Type
Point3
- NodeValues.flags
- Type
NodeValuesFlags
- NodeValues.matrix
- Type
Matrix
- NodeValues.nodeId
- Type
number
- NodeValues.opacity
- Type
number
- NodeValues.pivotPoint
- Type
undefined | null | Point3
- NodeValues.rotation
- Type
Quaternion
- NodeValues.scale
- Type
Point3
- NodeValues.translate
- Type
Point3
- NodeValues.visibility
- Type
number
Methods
updateMatrix
- NodeValues.updateMatrix()
- Return type
void