@dedly13 Hehe, well I would get a stack overflow. Theoretically if the recursion would continue, and I didn't zoom in, then there would be no big difference because I have already used up all the pixels.
@dedly13 I had a function drawTriangle that simply draws a triangle at a spesific position with a given size. At the end of the function I called drawTriangle recursively three times. I also needed to specify the base case, that is when to end the recursion.
@dedly13 Hehe, well I would get a stack overflow. Theoretically if the recursion would continue, and I didn't zoom in, then there would be no big difference because I have already used up all the pixels.
account1011011 1 month ago
@account1011011 would have been interesting if you forgot the end step :L
dedly13 1 month ago
@dedly13 I had a function drawTriangle that simply draws a triangle at a spesific position with a given size. At the end of the function I called drawTriangle recursively three times. I also needed to specify the base case, that is when to end the recursion.
account1011011 1 month ago
how did you make this?
dedly13 1 month ago