Just a simple 3D engine, done properly to get people started if they're interested in learning about 3D graphics. It's only 2083 blocks and most of it is just modular components from my other projects. I encourage you to check out the code! Life is much easier when you only support triangles huh ;) WASD and arrow keys to move around Credits: - Quicksort: @-rex- - Triangle Fill: @KryptoScratcher updates: 29/05 - changed to separate lists for all, and doing screen projection earlier.