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
Type | Name |
---|---|
enum | IDX { Idx_Transform, Idx_Size, Idx_Curvature, Idx_DrawOutline } Property index. |
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_Transform | mat4w - The transform used to position and orient the screen | |
Idx_Size | vec2w - The physical size of the screen, in metres | |
Idx_Curvature | float - The horizontal curvature of the screen, in degrees | |
Idx_DrawOutline | bool - Whether to draw the outline of the physical screen in the viewports to help with alignment during installation |
Property index.