Camera.Projection is not exist in 1.4

Hello, I installed the master branch today. Now I can’t access camera’s projection matrix. How can I access it?

The cached projection matrices and view matrices has been removed from Camera and are automatically calculated when needed. Use GetMatrices utility method to get those easily.

1 Like