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

Communicator.Animation.BatchedValues.camera

Properties to be set on the camera.

Communicator.Animation.BatchedValues.node

Properties to be set on nodes.

Methods

apply

Communicator.Animation.BatchedValues.apply(viewer)

Set the stored values on the supplied WebViewer

Arguments
  • viewer (Communicator.WebViewer()) –

Return type

void

clear

Communicator.Animation.BatchedValues.clear()

Reset this object to its initial state.

Return type

void