Skip to main content

Meta_UntargettedViewport

Module: Metanodes / Definitions

An UntargettedViewport represents a viewport occupying a specified rectangle of a window (range 0 to 1) which renders the 3D scene using the specified view and projection matrices.

#include <meta_view.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Rectangle, Idx_Camera, Idx_ViewMatrix_Mono, Idx_ViewMatrix_Left, Idx_ViewMatrix_Right, Idx_ProjectionMatrix_Mono, Idx_ProjectionMatrix_Left, Idx_ProjectionMatrix_Right }
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_ViewMatrix_Monomat4w - View matrix for mono
Idx_ViewMatrix_Leftmat4w - View matrix for the left eye
Idx_ViewMatrix_Rightmat4w - View matrix for the right eye
Idx_ProjectionMatrix_Monomat4w - Projection matrix for mono
Idx_ProjectionMatrix_Leftmat4w - Projection matrix for the left eye
Idx_ProjectionMatrix_Rightmat4w - Projection matrix for the right eye

Property index.