Click or drag to resize
SoWinViewerSetStereoBalance Method (Single, Boolean)

Sets the stereo balance (the position of the zero parallax plane).

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual void SetStereoBalance(
	float balance,
	bool nearFrac
)

Parameters

balance
Type: SystemSingle
nearFrac
Type: SystemBoolean

Implements

SoStereoViewerSetStereoBalance(Single, Boolean)
Remarks

Default is 1.0. The default can be set using the OIV_STEREO_BALANCE environment variable.

See Also