Skip to main content

Meta_PhysicalScreen

Module: Metanodes / Definitions

A PhysicalScreen describes the physical location of a projection screen as part of a view configuration.

#include <meta_view.hpp>

Public Types

TypeName
enumIDX { Idx_Transform, Idx_Size, Idx_Curvature, Idx_DrawOutline }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Transformmat4w - The transform used to position and orient the screen
Idx_Sizevec2w - The physical size of the screen, in metres
Idx_Curvaturefloat - The horizontal curvature of the screen, in degrees
Idx_DrawOutlinebool - Whether to draw the outline of the physical screen in the viewports to help with alignment during installation

Property index.