Click or drag to resize
SoCamera.SetStereoMode Method

Sets the stereo mode.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public void SetStereoMode(
	SoCamera. StereoModes mode
)

Parameters

mode
Type: OIV.Inventor.Nodes.SoCamera.StereoModes
Remarks

If the previous mode was MONOSCOPIC, the current OIV.Inventor.Nodes.SoCamera.position is saved. If the parameter mode is MONOSCOPIC, the saved value is restored in OIV.Inventor.Nodes.SoCamera.position. When rendering in stereo mode, set left view, render, set right view, render and then restore to monoscopic mode.

See Also