Vizard 8 » Command Index » Vizard modules » viz » <viz:cam>.setHandler
8.1

<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())