Override this function to handle resetting your camera handler
| <CameraHandler>._camReset( | |
| e |
)
e
Event object that contains the following attributes:
Attribute name |
|
view |
The active viewpoint object. |
Override this function to handle resetting your camera handler.
This will be called when viz.cam.reset() is executed.
None