BatchedValues

class Communicator.Animation.BatchedValues()

A structure that holds all interpolated data to be applied to the viewer for one tick of the Animation.Manager See Player.evaluate

Properties

Methods


Properties

BatchedValues.camera
Type

BatchedCameraValues()

Properties to be set on the camera.

BatchedValues.node
Type

BatchedNodeValues()

Properties to be set on nodes.

Methods

apply

BatchedValues.apply(viewer)

Set the stored values on the supplied WebViewer

Arguments
Return type

void

clear

BatchedValues.clear()

Reset this object to its initial state.

Return type

void