StereoMatrix4x4 Struct

Definition

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.

Applies to

See also