<CameraHandler>._camReset

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.


Remarks

Override this function to handle resetting your camera handler.

This will be called when viz.cam.reset() is executed.

Return Value

None