<viz:cam>.setHandler

Makes the viewpoint controlled by the rules of the specified CameraHandler device

 

<viz:cam>.setHandler(
    handler    

)

 

handler

viz.CameraHandler object


Remarks

Makes the viewpoint controlled by the rules of the specified CameraHandler device.

Return Value

None

Example

import vizcam
viz.cam.setHandler(vizcam.FlyNavigate())