SoCameraSetStereoAdjustment Method |
Note: This API is now obsolete.
Sets the stereo offset (the distance of each eye from the camera position).
Namespace: OIV.Inventor.NodesAssembly: 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
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Overridable Sub SetStereoAdjustment (
adjustment As Single
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
virtual void SetStereoAdjustment(
float adjustment
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
abstract SetStereoAdjustment :
adjustment : float32 -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
override SetStereoAdjustment :
adjustment : float32 -> unit
Parameters
- adjustment
- Type: SystemSingle
RemarksThe 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