Click or drag to resize
SoWinViewerSetStereoViewType Method

Set an implementation of stereo viewing to use.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
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 SoAnaglyphStereo with RED_CYAN color filter. The default can be set using the OIV_STEREO_TYPE environment variable.

See Also