Custom Java 3D renderer is breaking when implementing a perspective projection
I’m not very experienced with Java or computer graphics, but I thought I’d try and program a rough 3D engine in Java as I’ve been finding APCS pretty fun. I’ve gotten as far as implementing vertices, triangles, face culling, and rotation/translation matrices, but I can’t for the life of me figure out how to do a projection matrix.