update

abstract fun update(scene: Scene, time: JulianDate)(source)

Invoked once per frame. Implement update to modify the camera or other parts of the scene.

Parameters

time

The current simulation time.

See also