projectionMatrix property
Matrix4
get
projectionMatrix
Calculates the current face-tracked holographic projection matrix for the rig.
Implementation
Matrix4 get projectionMatrix {
return cameraRig.faceTrackedProjectionMatrix(eyePosRelative: facePosition);
}