OpenCraft-Studios / opencraft

A roughly calculated clone of Minecraft
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

🔁 Use JOML for perspective matrix #43

Closed CiroZDP closed 1 month ago

CiroZDP commented 1 month ago

Instead of doing glFrustum() for setup a perspective matrix. Use the JOML Matrix4f.

cliserkad commented 1 month ago

You need to rebase on main, and do a force push