HolographicStereoTransform
HolographicStereoTransform
HolographicStereoTransform
HolographicStereoTransform
Struct
Definition
Contains view or projection transforms for stereo rendering. One transform is for the left display, and the other is for the right display.
public : struct HolographicStereoTransformpublic struct HolographicStereoTransformPublic Structure HolographicStereoTransform// You can use this struct in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v2)
|
Fields
Left Left Left Left
View or projection transform for the left display of a stereo device.
public : field Matrix4x4 Leftpublic field Matrix4x4 LeftPublic Field Left// You can use this field in JavaScript.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10586.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v2)
|
Right Right Right Right
View or projection transform for the right display of a stereo device.
public : field Matrix4x4 Rightpublic field Matrix4x4 RightPublic Field Right// You can use this field in JavaScript.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10586.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v2)
|