SoCameraGetStereoAdjustment Method |
Note: This API is now obsolete.
Queries the stereo offset.
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 float GetStereoAdjustment()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function GetStereoAdjustment As Single
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
float GetStereoAdjustment()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetStereoAdjustment : unit -> float32
Return Value
Type:
Single
RemarksObsoletesince Open Inventor 9700
Use SoStereoCamera and offset field instead.
See Also