McPepic 2022-11-24 00:03 (Edited)
I'm trying again because I really want to try and make a simple 3D game.
Gamepad 1: Move camera
Gamepad 2: Rotate Camera
Update 1: Added sub programs to convert between local and global space using the transform of any object (the camera being one of them). This will later allow me to apply transformations to objects. :)
Update 2: improved clipping, added centroid & normal, set palette of triangles, color based on distance to camera