~~TurboWarp~~ https://turbowarp.org/1274430739?fps=250&hqpen ~~~~~~~~~~~~~ WASD - Move QE - Up/Down Arrow Keys - Turn R - Render High-res (TurboWarp High quality pen)
This uses ARGB values to do transparency, and blends the values when overlapping. I had to rework the engine to calculate the color during rasterization, and not while drawing, to allow for better transparency calculation. It calculates the transparencies in 2 passes, first is opaque textures, and then it does transparent textures. This is a new feature of this engine, if you'd like to see the older version, here's the link: https://scratch.mit.edu/projects/1246604267/ My next plans are to add smooth lighting and optimizations.