Meta_HololensRemotingViewport
Module: Metanodes / Definitions
Public Types
| Type | Name |
|---|---|
| enum | IDX { Idx_Enabled, Idx_Rectangle, Idx_Camera, Idx_Pointer, Idx_TrackedEye } |
Public Types Documentation
enum IDX
| Enumerator | Value | Description |
|---|---|---|
| Idx_Enabled | bool - When enabled, viewport is drawn to the screen | |
| Idx_Rectangle | vec4f - 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_Camera | link - The camera from which the scene is rendered | |
| Idx_Pointer | The PointerController used for the eye gaze. | |
| Idx_TrackedEye | A node to receive the transform of the eyes as received from the remote device. |