Click or drag to resize
SoAnaglyphStereo Class

Class for anaglyph stereo support.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.Components.StereoSoBaseStereo
      OIV.Inventor.Components.StereoSoAnaglyphStereo

Namespace: OIV.Inventor.Components.Stereo
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class SoAnaglyphStereo : SoBaseStereo

The SoAnaglyphStereo type exposes the following members.

Methods
  NameDescription
Public methodCanClearBeforeRender

Queries ability to clear before rendering.

(Inherited from SoBaseStereo.)
Public methodClearStereo

A stereo view type may need to restore a state when it is no longer used by a stereo viewer.

(Inherited from SoBaseStereo.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetColorFilter

Queries the filter type.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetStereoViewer
Returns the viewer.
(Inherited from SoBaseStereo.)
Public methodGetStereoViewType

Queries the stereo view type.

(Inherited from SoBaseStereo.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsStereoViewReversed

Queries stereo reversal.

(Inherited from SoBaseStereo.)
Public methodRenderStereoView

Renders the stereo view.

(Inherited from SoBaseStereo.)
Public methodRequireHardware

Returns true or false depending on the type of stereo buffering.

(Inherited from SoBaseStereo.)
Public methodReverseStereoView

Sets stereo reversal.

(Inherited from SoBaseStereo.)
Public methodSetColorFilter

Sets the filter type.

Public methodSetStereoElement

Apply stereo parameters to the passed OIV.Inventor.SoSceneManager.

(Inherited from SoBaseStereo.)
Public methodSetStereoViewer
Calls SetStereoViewer((OIV.Inventor.Components.Stereo.SoStereoViewer ^)nullptr).
(Inherited from SoBaseStereo.)
Public methodSetStereoViewer(SoStereoViewer)

Sets the stereo viewer.

(Inherited from SoBaseStereo.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This type is similar to the raw stereo type (OIV.Inventor.Components.Stereo.SoRawStereo). But it adds a color filter for each view rendered. The default is Red/Cyan. There are three kinds of filters (OIV.Inventor.Components.Stereo.SoAnaglyphStereo.ColorFilters). You can reverse the left and rights views, making three new kinds of filters (CYAN_RED, etc.). The Alpha channel is used in both views.

See Also