And in the render loop, I'm updating the view matr...
# lime
t
And in the render loop, I'm updating the view matrix with
Copy code
hx
view = 
MatrixUtils.createLookAtMatrix(Camera.pos, Camera.pos.add(Camera.front), Camera.up);