Closed CiroZDP closed 1 month ago
Instead of doing glFrustum() for setup a perspective matrix. Use the JOML Matrix4f.
glFrustum()
Matrix4f
You need to rebase on main, and do a force push
Instead of doing
glFrustum()
for setup a perspective matrix. Use the JOMLMatrix4f
.