SoStereoCameraAllowStereo 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: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9700. Unused")]
public override void AllowStereo(
bool allowed
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 9700. Unused")>
Public Overrides Sub AllowStereo (
allowed As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 9700. Unused")]
virtual void AllowStereo(
bool allowed
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 9700. Unused")>]
abstract AllowStereo :
allowed : bool -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 9700. Unused")>]
override AllowStereo :
allowed : bool -> unit
Parameters
- allowed
- Type: SystemBoolean
Remarks Do nothing here as this camera is always allowed to render in stereo.
Caution |
---|
Obsolete since Open Inventor 9700. Unused |
See Also