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.2.419.0 (24.2.419.0)
Syntax public enum StereoscopicDisplayMode
Public Enumeration StereoscopicDisplayMode
public enum class StereoscopicDisplayMode
type StereoscopicDisplayMode
Members
| Member name | Description |
---|
| 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