SoInterlacedStereo Class |
Class for interlaced stereo support.
Namespace: OIV.Inventor.Components.Stereo
The SoInterlacedStereo type exposes the following members.
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. | |
EnableGreenShift | Enable image adjustment specific to Sharp LCD displays. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetInterlacedMode | Queries interlaced mode. | |
GetStereoViewer |
Returns the viewer.
(Inherited from SoBaseStereo.) | |
GetStereoViewType | Queries the stereo view type. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsFastInterlacing | Queries fast interlacing mode. | |
IsGreenShiftEnabled | Query green shift setting. | |
IsScreenInterlacing | Queries screen interlacing. | |
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. | |
SetFastInterlacing | Calls SetFastInterlacing(true). | |
SetFastInterlacing(Boolean) | Sets fast interlacing mode. | |
SetInterlacedMode | Sets interlaced mode. | |
SetScreenInterlacing | Sets screen interlacing. | |
SetStereoElement | Apply stereo parameters to the passed OIV.Inventor.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 class implements the interlaced stereo type. Using the interlaced mode, the stereo effect is achieved using special devices (projectors,...) that translate an interlaced image into a stereoscopic view. Alternating scan lines display images for the left and right eyes.
The interlaced mode can work in two modes: fast or best. This is simply a matter of quality. Due to the interlacing, lines close to horizontal can appear as dotted lines. In best mode, those parts of the model are drawn as if they were thicker. By default, the mode is fast.