Solved the npoly twist equation. works for n sides greater than 3

This commit is contained in:
Sam
2022-03-21 11:41:46 +13:00
parent ec6314dae2
commit 6233468037
11 changed files with 412 additions and 12 deletions

View File

@@ -28,7 +28,7 @@
render();
render_clear();
draw_floral(9, 200, rotation *0, centerX, centerY, "red");
draw_floral(16, 200, rotation *0, centerX, centerY, "red");
}, 1000 / fps);