played around

This commit is contained in:
Sam
2022-06-10 11:57:14 +12:00
parent e9f51e0687
commit 66de2a9016
4 changed files with 12 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
let deg_per_sec = 30;
let deg_per_sec = 30/5000;
let time = 120;
let fps = 60;
@@ -31,7 +31,8 @@
render();
render_clear();
Draw_Phyllotaxis(rotation / 5000 + 1);
Draw_Phyllotaxis(rotation + 3.1);
console.log(rotation + 3.1)
// Draw_Phyllotaxis(rotation/5000);
// Draw_center(); //Debugging