Click or drag to resize

StereoscopicDisplayMode Enumeration

The stereoscopic display mode. 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 enum StereoscopicDisplayMode
Members
  Member nameDescription
Off No stereoscopic
QuadBuffer OpenGL Quad-buffer stereoscopic
Anaglyph Anaglyph or two-color stereoscopic
LeftEye Left eye view of the stereoscopic scene
RightEye Right eye view of the stereoscopic scene
SideBySide Side-by-side stereoscopic. Left and right eye views are rendered next to each other in the same window.
See Also