Click or drag to resize
SoCameraSetStereoAdjustment Method

Note: This API is now obsolete.

Sets the stereo offset (the distance of each eye from the camera position).

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9700. Use SoStereoCamera and offset field instead.")]
public virtual void SetStereoAdjustment(
	float adjustment
)

Parameters

adjustment
Type: SystemSingle
Remarks

The right eye is moved plus offset and the left eye is moved minus offset. Default is 0.7. The default can be set using OIV_STEREO_OFFSET environment variable.

Caution note Caution

Obsolete since Open Inventor 9700. Use OIV.Inventor.Nodes.SoStereoCamera and offset field instead.

See Also