From 8c535fd8c43debfe71b4da487edc348b03c5ff56 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 20 Jun 2022 17:47:37 +1200 Subject: [PATCH] tried saving as videos --- Catalogue/phyllotaxis.html | 13 ++- tomp4_test/fresh.html | 185 ++++++++++++++++++++++++++++++++++++ tomp4_test/phyllotaxis.html | 177 ++++++++++++++++++++++++++++++++++ 3 files changed, 370 insertions(+), 5 deletions(-) create mode 100644 tomp4_test/fresh.html create mode 100644 tomp4_test/phyllotaxis.html diff --git a/Catalogue/phyllotaxis.html b/Catalogue/phyllotaxis.html index 457e0d1..da37d12 100644 --- a/Catalogue/phyllotaxis.html +++ b/Catalogue/phyllotaxis.html @@ -14,7 +14,7 @@ let deg_per_sec = 30/5000; - let time = 120; + let time = 0.1; let fps = 60; centerX = ctx.canvas.width / 2; @@ -31,7 +31,8 @@ render(); render_clear(); - Draw_Phyllotaxis(rotation + 3.1); + // Draw_Phyllotaxis(rotation + 3.1); + Draw_Phyllotaxis(rotation + 1.5); console.log(rotation + 3.1) // Draw_Phyllotaxis(rotation/5000); @@ -46,8 +47,10 @@ render(); function Draw_Phyllotaxis(angle) { - colour1 = [255, 170, 0]; - colour2 = [255, 0, 221]; + // colour1 = [255, 170, 0]; + // colour2 = [255, 0, 221]; + colour1 = [45, 129, 252]; + colour2 = [252, 3, 98]; var c = 24; //something to do with width. but not width @@ -59,7 +62,7 @@ var y = r * Math.sin(a) + centerY; ctx.beginPath(); - ctx.arc(x, y, 4, 0, 2 * Math.PI); + ctx.arc(x, y, 8, 0, 2 * Math.PI); ctx.fillStyle = colourToText(ncolour); ctx.fill(); diff --git a/tomp4_test/fresh.html b/tomp4_test/fresh.html new file mode 100644 index 0000000..f712d36 --- /dev/null +++ b/tomp4_test/fresh.html @@ -0,0 +1,185 @@ + + + + + + + + + + +
+ + diff --git a/tomp4_test/phyllotaxis.html b/tomp4_test/phyllotaxis.html new file mode 100644 index 0000000..a90db86 --- /dev/null +++ b/tomp4_test/phyllotaxis.html @@ -0,0 +1,177 @@ + + + + + + + Your browser does not support the HTML5 canvas tag. + + + +