Interface GUIStereoscopyMode

interface GUIStereoscopyMode {
    label: string;
    mode:
        | "off"
        | "split_vertical"
        | "split_horizontal"
        | "row_interleaved"
        | "hardware_based"
        | "anaglyph_cyan_red"
        | "anaglyph_green_magenta"
        | "anaglyph_yellow_blue"
        | "monoscopic";
}

Properties

Properties

label: string
mode:
    | "off"
    | "split_vertical"
    | "split_horizontal"
    | "row_interleaved"
    | "hardware_based"
    | "anaglyph_cyan_red"
    | "anaglyph_green_magenta"
    | "anaglyph_yellow_blue"
    | "monoscopic"