Click or drag to resize

Stereoscopic Class

Gets the stereoscopic options for all Scenes. To use a particular stereoscopic display mode, ensure that your system supports the feature and that it is enabled.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.GraphicsStereoscopic

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class Stereoscopic : IDisposable

The Stereoscopic type exposes the following members.

Properties
  NameDescription
Public propertyDisplayMode
Gets or sets the stereoscopic display mode for all Scenes. To use a particular stereoscopic display mode, ensure that your system supports the feature and that it is enabled.
Public propertyEyeSeparationFactor
Gets or sets the eye separation factor.
Public propertyProjectionDistance
Gets or sets the projection distance. If ProjectionMode is set to eStkGraphicsStereoProjectionAutomatic, the value of this property will be ignored.
Public propertyProjectionMode
Gets or sets whether the type of stereo projection that will be used.
Top
Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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
Remarks

All Stereoscopic properties must be set before any other objects are created or methods are called within AGI.Foundation.Graphics. Once the options are specified, they cannot be changed for the lifetime of the application. These settings are typically best applied in a static constructor that is called early in an application's lifetime.

See Also