Skip to main content

Meta_OculusViewport

Module: Metanodes / Definitions

An OculusViewport represents a viewport occupying a specified rectangle of a window (range 0 to 1) which renders the 3D scene using the projection and distortion calculated by the Oculus SDK.

#include <meta_view.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Rectangle, Idx_Camera, Idx_ClipRange, Idx_MirrorFillWindow, Idx_DrawMirror }
Property index.

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_ClipRangevec2w - Specifies the default near and far clip planes for this viewport
Idx_MirrorFillWindowbool - if true some of the image seen in the rift will be cropped when displayed in the main window.
Idx_DrawMirrorbool - whether or not to draw the mirror viewport to the main window

Property index.