Enum ViewMode
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for stereoscopic view modes.
public enum ViewMode
Fields
Name | Description |
---|---|
Mono | Monoscopic (single camera). This is the default. |
StereoHorizontal | Stereoscopic. Frame buffer is split horizontally with the left and right camera views in their respective sides. |
StereoInterlaced | Stereoscopic. Left/Right camera views are rendered into the framebuffer on alternate frames. |
StereoVertical | Stereoscopic. Frame buffer is split vertically with the left camera view at the top and the right camera view at the bottom. |