Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mViewProjectionMatrix after modiying mViewMatrix
I added an ArcballCamera to google#428 and noticed that it wasn't working as expected. ArcballCamera wasn't updating mViewProjectionMatrix after modifying mViewMatrix. This was causing the ArcballCamera to not work correctly when combined with the classes introduced in google#426.
- Loading branch information