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. |
Override this function to handle updates in your camera handler.
This will be called in response to a viz.UPDATE_EVENT.
None