SoAnaglyphStereo Class |
Class for anaglyph stereo support.
Namespace: OIV.Inventor.Components.Stereo
The SoAnaglyphStereo type exposes the following members.
Name | Description | |
---|---|---|
![]() | SoAnaglyphStereo | Calls SoAnaglyphStereo((OIV.Inventor.Components.Stereo.SoStereoViewer ^)nullptr). |
![]() | SoAnaglyphStereo(SoStereoViewer) | Constructor. |
Name | Description | |
---|---|---|
![]() | CanClearBeforeRender | Queries ability to clear before rendering. |
![]() | ClearStereo | A stereo view type may need to restore a state when it is no longer used by a stereo viewer. |
![]() | DoLeftEyeSettings | setup left eye settings for MPViewers stereo |
![]() | DoMonoscopicSettings | setup monoscopic settings for MPViewers stereo |
![]() | DoRightEyeSettings | setup right eye settings for MPViewers stereo |
![]() | Equals | (Inherited from Object.) |
![]() | GetColorFilter | Queries the filter type. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetStereoViewer |
Returns the viewer.
(Inherited from SoBaseStereo.) |
![]() | GetStereoViewType | Queries the stereo view type. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsStereoViewReversed | Queries stereo reversal. |
![]() | RenderStereoView | Renders the stereo view. |
![]() | RequireHardware | Returns true or false depending on the type of stereo buffering. |
![]() | ReverseStereoView | Sets stereo reversal. |
![]() | SetColorFilter | Sets the filter type. |
![]() | SetStereoElement | Apply stereo parameters to the passed SoSceneManager. |
![]() | SetStereoViewer | Calls SetStereoViewer((OIV.Inventor.Components.Stereo.SoStereoViewer ^)nullptr). (Inherited from SoBaseStereo.) |
![]() | SetStereoViewer(SoStereoViewer) | Sets the stereo viewer. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This type is similar to the raw stereo type (SoRawStereo). But it adds a color filter for each view rendered. The default is Red/Cyan. There are three kinds of filters (ColorFilter). 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.