Click or drag to resize

SceneManagerStereoscopic Property

Gets the stereoscopic options for all Scenes.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Stereoscopic Stereoscopic { get; }

Property Value

Type: Stereoscopic
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