Posted May 18, 2023 by DasTobi
During I analyzed the previous source code about: "How did I draw the grass texture?" I figured out, that I checked all pixel around a triangle, if the pixel is over a triangle, which slow. So I started to implement an algorithm, which draw filled triangles.