Stereoscopic Class |
Namespace: AGI.Foundation.Graphics
The Stereoscopic type exposes the following members.
Name | Description | |
---|---|---|
DisplayMode |
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.
| |
EyeSeparationFactor |
Gets or sets the eye separation factor.
| |
ProjectionDistance |
Gets or sets the projection distance. If ProjectionMode is set to eStkGraphicsStereoProjectionAutomatic,
the value of this property will be ignored.
| |
ProjectionMode |
Gets or sets whether the type of stereo projection that will be used.
|
Name | Description | |
---|---|---|
Dispose | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.