Skip to main content

Meta_HololensRemotingViewport

Module: Metanodes / Definitions

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Rectangle, Idx_Camera, Idx_Pointer, Idx_TrackedEye }

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_PointerThe PointerController used for the eye gaze.
Idx_TrackedEyeA node to receive the transform of the eyes as received from the remote device.