Vizard 8 » Command Index » Vizard objects » CameraHandler » <CameraHandler>._camUpdate
8.1

<CameraHandler>._camUpdate

Override this function to handle updates in your camera handler

<CameraHandler>._camUpdate(  
e  
)  
e
Event object that contains the following attributes:

Attribute name

view

The active viewpoint object.

elapsed

Elapsed time since last frame (in seconds).

frame

The current frame number.

time

The start time of the current frame.

Remarks

Override this function to handle updates in your camera handler.

This will be called in response to a viz.UPDATE_EVENT.

Return Value

None