<window>.stereoOverlap

Set stereo overlap

 

<window>.stereoOverlap(
    overlap    

)

 

overlap

Overlap percentage


Remarks

Set the percentage of overlap for the left and right eye when in stereo mode. The default is 100% stereo overlap. If you wanted 50% overlap you would pass the value 0.5 to this command.

Return Value

None

Example

# 50% overlap
viz.MainWindow.stereoOverlap(0.5)

See also

<window>.fusionDistance
<window>.ipd
<window>.screenDistance
<window>.stereo