From 522d49c46483e115814332ad8deae8739745715b Mon Sep 17 00:00:00 2001 From: bbaudry Date: Tue, 26 Mar 2024 22:35:53 -0400 Subject: [PATCH] =?UTF-8?q?=C2=B0+.[><].+=C2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- p5-experiments/plottable/ikedalines001.js | 6 +++--- p5-experiments/plottable/plottableframe.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/p5-experiments/plottable/ikedalines001.js b/p5-experiments/plottable/ikedalines001.js index 8872bb82..f0630954 100644 --- a/p5-experiments/plottable/ikedalines001.js +++ b/p5-experiments/plottable/ikedalines001.js @@ -42,7 +42,7 @@ function block() { xinc = 0.01 yinc1 = 0.1 yinc2 = 0.03 - yinc3 = 0.05 + yinc3 = 0.09 originx = leftmargin + (actualwidth*0.1) * noise(xoff); xoff += xinc;//*random() destx = originx+(actualwidth*0.5) * noise(xoff); xoff += xinc;// * random() x1 = originx @@ -64,9 +64,9 @@ function block() { destx += (actualwidth*0.5) * random() x1 = originx x2 = originx - xstep = random(42,84) + xstep = random(42,126) ystep=topmargin+actualheight* noise(yoff3); yoff3 += yinc3;//*random() - depth=Math.floor(random(84)) + depth=Math.floor(random(42,84)) } } function credits(){ diff --git a/p5-experiments/plottable/plottableframe.js b/p5-experiments/plottable/plottableframe.js index e16f0831..c4aef940 100644 --- a/p5-experiments/plottable/plottableframe.js +++ b/p5-experiments/plottable/plottableframe.js @@ -7,8 +7,8 @@ //h=96*11=1056 var echelle = 1 -var w = 816 * echelle -var h = 1056 * echelle +var w = 1122 * echelle +var h = 1587 * echelle var rightmargin = 0.95 * w var leftmargin = 0.05 * w var topmargin = 0.1 * h