Click or drag to resize

StereoscopicDisplayMode Property

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.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public StereoscopicDisplayMode DisplayMode { get; set; }

Property Value

Type: StereoscopicDisplayMode
Remarks

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

See Also