Skip to content

Commit

Permalink
+}+}><{+{+
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaudry committed Nov 13, 2024
1 parent cc5db46 commit 7b7c81f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions p5-experiments/pentaptyque/pentaptyque003.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function initfield(noiseres) {


function draw(){
drawmask()
//drawmask()
drawart()
noLoop()
}
Expand All @@ -68,8 +68,8 @@ function drawart(){
initfield(noiseres)
push()
translate(padding+leftmargin,(i+1)*padding+i*h+topmargin)
//onetyp()
drawcurveinfield(Math.floor(nbrows/2),3, 11)
onetyp()
//drawcurveinfield(Math.floor(nbrows/2),3, 11)
pop()
noiseres+=0.1
}
Expand All @@ -87,7 +87,8 @@ function onetyp(){
y1=y*res
x2=x1+r*cos(a)
y2=y1+r*sin(a)
line(x1,y1,x2,y2)
quad(x1,y1,x2,y1,x2,y2,x1,y2)
//line(x1,y1,x2,y2)
pop()
}
}
Expand Down

0 comments on commit 7b7c81f

Please sign in to comment.