UpdateViewProjectionMatrix

The UpdateViewProjectionMatrix updates the View and Projection properties according to the Camera's current state. This function is automatically called on all Cameras which are a part of FlatRedBall every frame prior to the frame being rendered, but if the View and Projection properties are needed after the Camera has been updated, then UpdateViewProjectionMatrix needs to be called.

Last updated