STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsStereoscopic Interface

Description

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.

Public Properties

Public Property DisplayModeGets 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 Property EyeSeparationFactorGets or sets the eye separation factor.
Public Property ProjectionDistanceGets or sets the projection distance. If Projection Mode is set to eStkGraphicsStereoProjectionAutomatic, the value of this property will be ignored.
Public Property ProjectionModeGets or sets whether the type of stereo projection that will be used.

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.

© 2024 Analytical Graphics, Inc. All Rights Reserved.