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
SeePlayer.evaluate
Properties
- BatchedValues.camera
-
Properties to be set on the camera.
- BatchedValues.node
- Type
Properties to be set on nodes.
Methods
apply
- BatchedValues.apply(viewer)
Set the stored values on the supplied
WebViewer
- Arguments
viewer (
WebViewer()
) –
- Return type
void
clear
- BatchedValues.clear()
Reset this object to its initial state.
- Return type
void