Click or drag to resize
SoCameraSetStereoMode Method

Sets the stereo mode.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public void SetStereoMode(
	SoCameraStereoModes mode
)

Parameters

mode
Type: OIV.Inventor.NodesSoCameraStereoModes
Remarks

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

See Also