(!!! SEE INSIDE !!!) i use linear interpolation to triangle fill Bugs fixed and code organized with custom blocks Dynamic quality lowers with fps now
*how to make a triangle: take the degree values of all three vertices as arguments in a function. find x and y of one triangle point: x = cos(vertice_degrees) * radius y = sin(vertice_degrees) * radius find more information in project