StereoMatrix4x4 Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This struct holds matrices for the left and right camera view in stereo rendering.
public value class StereoMatrix4x4
public struct StereoMatrix4x4
type StereoMatrix4x4 = struct
Public Structure StereoMatrix4x4
- Inheritance
-
StereoMatrix4x4
Fields
Left |
The matrix for the left eye view. |
Right |
The matrix for the right eye view. |