Click or drag to resize
SoRenderAreaCoreActivateStereo Method

Activate (or deactivate) stereo rendering with specified parameters (see setStereoParameters).

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual void ActivateStereo(
	bool activate
)

Parameters

activate
Type: SystemBoolean

Implements

SiRenderAreaStereoActivateStereo(Boolean)
Remarks

The stereo mode is determined by which subclass is used to set the parameters. For example, passing an OIV.Inventor.ViewerComponents.SoRawStereoParameters object activates OpenGL "quad buffered" stereo (if possible on the current graphics board).

NOTES

  • Stereo rendering needs a OIV.Inventor.Nodes.SoStereoCamera to be activated. The edited camera is the first stereo camera found in the current scene graph. If no stereo camera is found, a warning is displayed. This method must be called to update the edited camera if the scene graph changed.

See Also