This is the improvement to my original 4 point square project. Instead of drawing a unoptimized square, it draws two triangles (really optimized triangles) for every pixel of the image that's given. Press space to change the image. Image Formatting: The formatting of the image is quite non universal though. every horizontal pixel is separated by a comma, and every row is separated by a semicolon. Press space to set a new image Here's an example: #ff0000,#00ff00,#0000ff;#ffff00,#0ffff0,#00ffff;#f0f0f0,#0f0f0f,#ff00ff
This is the improvement to my original 4 point square project. Instead of drawing a unoptimized square, it draws two triangles (really optimized triangles) for every pixel of the image that's given. Im not sure who created the triangle fill thing and the point at thing. I lost their name a while ago. I made everything else. beside the image shown.