So I was looking into adding lights and shadows in my game. So I found this repository https://github.com/jacobbrunson/BasicLighting/blob/master/src/Main.java
However this doesn’t work with libgdx’s OrthographicCamera. It’s just bound to screen dimensions. How do I apply the camera’s projection matrix?