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: 10.12.3.0 (10.12.3.0)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 9700. Unused")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
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