Click or drag to resize
SoStereoCameraAllowStereo Method

Note: This API is now obsolete.

Allows the camera to render in stereo.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9700. Unused")]
public override void AllowStereo(
	bool allowed
)

Parameters

allowed
Type: SystemBoolean
Remarks

Do nothing here as this camera is always allowed to render in stereo.

Caution note Caution

Obsolete since Open Inventor 9700. Unused

See Also