mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-27 22:45:25 +00:00
allinone started
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
render_clear();
|
||||
|
||||
// Draw_Phyllotaxis(rotation);
|
||||
Draw_Phyllotaxis(rotation+.5);
|
||||
Draw_FloralPhyllo(rotation+.5);
|
||||
// Draw_Phyllotaxis(rotation + 1.5);
|
||||
// Draw_Phyllotaxis(rotation + 4.8);
|
||||
// Draw_Phyllotaxis(Math.PI/4);
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
render();
|
||||
|
||||
function Draw_Phyllotaxis(angle) {
|
||||
function Draw_FloralPhyllo(angle) {
|
||||
// var c = 24; //something to do with width. but not width
|
||||
var c = 1; //something to do with width. but not width
|
||||
|
||||
|
Reference in New Issue
Block a user