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: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public override void AllowStereo(
	bool allowed
)

Parameters

allowed
Type: SystemBoolean
Remarks

Do nothing here as this camera is always allowed to render in stereo.Obsoletesince Open Inventor 9700 Unused

See Also