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: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use OIV.Inventor.Nodes.SoStereoCamera instead.")]
public virtual void AllowStereo(
bool name_9118
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use OIV.Inventor.Nodes.SoStereoCamera instead.")>
Public Overridable Sub AllowStereo (
name_9118 As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use OIV.Inventor.Nodes.SoStereoCamera instead.")]
virtual void AllowStereo(
bool name_9118
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use OIV.Inventor.Nodes.SoStereoCamera instead.")>]
abstract AllowStereo :
name_9118 : bool -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use OIV.Inventor.Nodes.SoStereoCamera instead.")>]
override AllowStereo :
name_9118 : bool -> unit
Parameters
- name_9118
- Type: SystemBoolean
Remarks
See Also