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: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
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.Obsoletesince Open Inventor 9700 Use SoStereoCamera and offset field instead.

See Also