Gamma Engine by @littlebunny06 (but optimized) I can actually get 2 fps on a chromebook in scratch, that's crazy. Lag? Use Turbowarp! https://turbowarp.org/939805954?fps=60&hqpen&stuck&limitless -- What did I change? -- I changed the triangle filler and removed a whole lot of unnecessary computations and basically combined then into 1. For example, before the optimizations were added it would compile every triangle into a sorted list, then compile that into a 3d to 2d transformed list then it would render the scene. There is no need for all of that so I just made it so it renders in 1 custom block, pretty much cutting out over half of the compiling steps. -- Credits -- @littlebunny06 - Original project (you can read the extended credits there if you'd like) https://scratch.mit.edu/projects/687768878/