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: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public override void AllowStereo(
bool allowed
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Overrides Sub AllowStereo (
allowed As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
virtual void AllowStereo(
bool allowed
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
abstract AllowStereo :
allowed : bool -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
override AllowStereo :
allowed : bool -> unit
Parameters
- allowed
- Type: SystemBoolean
RemarksDo nothing here as this camera is always allowed to render in stereo.Obsoletesince Open Inventor 9700
Unused
See Also