Dynamic Camera Projection Matrix

The “official” way to change the projection matrix is to call:

camera.freezeProjectionMatrix(matrix);
2 Likes