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.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public float GetStereoAdjustment()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetStereoAdjustment As Single
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
float GetStereoAdjustment()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetStereoAdjustment : unit -> float32
Return Value
Type:
Single
RemarksObsoletesince Open Inventor 9700
Use SoStereoCamera and offset field instead.
See Also