Skip to main content

Meta_ZSpaceViewport

Module: Metanodes / Definitions

A ZSpaceViewport is a derivative of Viewport that specifically handles interaction with a zSpace device.

#include <meta_view.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Rectangle, Idx_Camera, Idx_ProjectionMode, Idx_Screen_Mono, Idx_Screen_Left, Idx_Screen_Right, Idx_FOV, Idx_ScreenWidth, Idx_ScreenOffset, Idx_HMD, Idx_EyeOverride }
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_ProjectionModeProjectionMode (int) - The projection mode
Idx_Screen_Monolink - (for PhysicalScreen mode) Link to the physical screen for rendering mono
Idx_Screen_Leftlink - (for PhysicalScreen mode) Link to the physical screen for rendering the left eye
Idx_Screen_Rightlink - (for PhysicalScreen mode) Link to the physical screen for rendering the right eye
Idx_FOVfloat - (for other modes) The field of view
Idx_ScreenWidthfloat - (for other modes) The physical width of the screen being displayed on (for stereo separation calculations)
Idx_ScreenOffsetvec2f - (for other modes) The screen offset
Idx_HMDbool - (for other modes) Whether the viewport is being used in a HMD, which makes the viewport calculation affect the camera transform directly, rather than skewing the projection for wall-based setups
Idx_EyeOverrideEyeOverride (int) - Overrides the eye drawn by this viewport

Property index.