Open topic with navigation
<viewpoint>.eyeheight
This command sets the viewpoints eyeheight
<viewpoint>.eyeheight( |
|
height |
) |
|
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.MainView.eyeheight(1.3)
See also