Skip to main content

Meta_DummyHMDViewport

Module: Metanodes / Definitions

A dummy viewport type that passes through the image for testing.

#include <meta_view.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Rectangle, Idx_Camera, Idx_MirrorFillWindow, Idx_MirrorSplitScreen }

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - When enabled, viewport is drawn to the screen
Idx_Rectanglevec4f - The viewport bounds, scaled on the screen by the ViewportLayout size. (e.g. layout size 2.0, 1.0, and child viewport width 1.0 will fill half the screen with the viewport)
Idx_Cameralink - The camera from which the scene is rendered
Idx_MirrorFillWindowbool - if true some of the image seen in the rift will be cropped when displayed in the main window.
Idx_MirrorSplitScreenbool - if true then both eyes will be displayed in a split screen fashion