getProjectionMatrix method
Returns the projection matrix for a render target of the given
aspectRatio (width / height).
Implementation
@override
Matrix4 getProjectionMatrix(double aspectRatio, {Vector2? jitter}) =>
_matrix4Perspective(fovRadiansY, aspectRatio, near, far, jitter: jitter);