wasdqe and arrow keys to move space to render "some triangles" I need better name ideas, if you don't think of anything better I will have no choice but to call it "The 3D Engine". I have updated the triangle filler. You can use this for anything you want but please credit me, also tell me because I am curious to see what anybody does with it :) Improvements: 1. Only triangles pointing towards the camera are rendered (but there is an option not to). 2. All the triangles are stored in a single list so they can be imported and exported nicely. 3. The triangles each have an "object" string attached to them, which might be useful in many ways. 4. You can easily move and rotate objects !!! 5. I also changed the way the triangles are sorted, so its slightly simpler. It's might be slower but it gets points for simplicity, so there.