mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-27 22:45:25 +00:00
played around
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user