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: 10.12.3.0 (10.12.3.0)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 9700. Unused")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override void AllowStereo(
bool allowed
)
<ObsoleteAttribute("Obsolete since Open Inventor 9700. Unused")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overrides Sub AllowStereo (
allowed As Boolean
)
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 9700. Unused")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual void AllowStereo(
bool allowed
) override
[<ObsoleteAttribute("Obsolete since Open Inventor 9700. Unused")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract AllowStereo :
allowed : bool -> unit
[<ObsoleteAttribute("Obsolete since Open Inventor 9700. Unused")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
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