SoCameraAllowStereo Method |
Note: This API is now obsolete.
Allows the camera to render in stereo.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public virtual void AllowStereo(
bool name_9992
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Overridable Sub AllowStereo (
name_9992 As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
virtual void AllowStereo(
bool name_9992
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
abstract AllowStereo :
name_9992 : bool -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
override AllowStereo :
name_9992 : bool -> unit
Parameters
- name_9992
- Type: SystemBoolean
RemarksDefault value is true.Obsoletesince Open Inventor 9700
Use SoStereoCamera instead.
See Also