Click or drag to resize
SoRawStereoParameters Class

Raw stereo parameters class.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.ViewerComponentsSoStereoParameters
      OIV.Inventor.ViewerComponentsSoRawStereoParameters

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class SoRawStereoParameters : SoStereoParameters

The SoRawStereoParameters type exposes the following members.

Constructors
  NameDescription
Public methodSoRawStereoParameters

Default constructor.

Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyIsReversedView

Sets stereo reversal.

(Inherited from SoStereoParameters.)
Top
Remarks

This class allows activating OpenGL "quad buffered" stereo rendering. This requires a stereo accelerated graphics board.

See Also