<viz>.eyeheight

This command sets the observer's eyeheight.

 

<viz>.eyeheight(
    height    # eyeheight in meters

)

 

height

Specifies height above ground in meters.


Remarks

Use this command to set the eyeheight of the viewpoint. By default when Vizard starts, the viewer's eyeheight is 1.82 m (6 feet). Normally, issuing <viewpoint>.reset(viz.HEAD_POS) will reset the viewpoint to (0, 1.82, 0). The eyeheight command changes the Y value and will affect subsequent resets.

Return Value

None

Example

viz.eyeheight(1.5)

See also

Tracking & Sensors