Click or drag to resize
SoWinViewerSetStereoViewType Method

Set an implementation of stereo viewing to use.

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 SetStereoViewType(
	SoBaseStereo stereo
)

Parameters

stereo
Type: OIV.Inventor.Components.StereoSoBaseStereo

Implements

SoStereoViewerSetStereoViewType(SoBaseStereo)
Remarks

If stereo is NULL, stereo is inactivated (see setStereoActive). Default is OIV.Inventor.Components.Stereo.SoAnaglyphStereo with RED_CYAN color filter. The default can be set using the OIV_STEREO_TYPE environment variable.

See Also