diff --git a/Catalogue/floral inverse animation.html b/Catalogue/floral inverse animation.html index 34385c4..18c600e 100644 --- a/Catalogue/floral inverse animation.html +++ b/Catalogue/floral inverse animation.html @@ -28,7 +28,7 @@ render(); render_clear(); - Draw_Spiral_Pattern(3, 200, rotation, centerX, centerY, 'red') + Draw_Spiral_Pattern(40, 200, rotation, centerX, centerY, 'red') }, 1000 / fps); rotation += deg_per_sec / fps; // was = j = angle, now = rotation diff --git a/Catalogue/floralPhyllo.html b/Catalogue/floralPhyllo.html new file mode 100644 index 0000000..66be164 --- /dev/null +++ b/Catalogue/floralPhyllo.html @@ -0,0 +1,217 @@ + + + + +
+ + + + diff --git a/Catalogue/floralPhyllo_accident.html b/Catalogue/floralPhyllo_accident.html new file mode 100644 index 0000000..44889c2 --- /dev/null +++ b/Catalogue/floralPhyllo_accident.html @@ -0,0 +1,213 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Catalogue/nodal expanding.html b/Catalogue/nodal expanding.html index 4cb0e6b..5737494 100644 --- a/Catalogue/nodal expanding.html +++ b/Catalogue/nodal expanding.html @@ -31,9 +31,10 @@ render(); render_clear(); - let colour1 = [137, 54, 255]; + let colour1 = [0, 0, 255]; let colour2 = [158, 255, 54]; - Draw_nodal_expanding(5, 100000, rotation * 2 + 33000,0, colour1, colour2, 0.5, 2) + // Draw_nodal_expanding(5, 100000, rotation * 2 + 33000,0, colour1, colour2, 0.5, 2) + Draw_nodal_expanding(5, 100000, rotation * 2+30000,0, colour1, colour2, 0.5, 2) // Draw_nodal_expanding(5, 10000, rotation, 0, colour1, colour2, 1, 2) console.log(rotation) }, 1000 / fps); diff --git a/Catalogue/phyllotaxis.html b/Catalogue/phyllotaxis.html index 226fa38..4984008 100644 --- a/Catalogue/phyllotaxis.html +++ b/Catalogue/phyllotaxis.html @@ -32,7 +32,8 @@ render_clear(); // Draw_Phyllotaxis(rotation + 3.1); - Draw_Phyllotaxis(rotation + 1.5); + // Draw_Phyllotaxis(rotation + 1.5); + Draw_Phyllotaxis(rotation); console.log(rotation + 3.1) // Draw_Phyllotaxis(rotation/5000); diff --git a/Insperation/Screenshot 2022-11-18 185916.png b/Insperation/Screenshot 2022-11-18 185916.png new file mode 100644 index 0000000..122f1ae Binary files /dev/null and b/Insperation/Screenshot 2022-11-18 185916.png differ