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.
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 Projection Mode 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. |
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.