Skip to content

Commit

Permalink
[+°.><.°+]
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaudry committed Jan 21, 2024
1 parent d3d1a9a commit 4e32c14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file added gallery/plottableperspective001-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gallery/plottableperspective001-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions p5-experiments/plottableperspective002.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,10 @@

function somethingelse(x1, y1, x2, y2, x3, y3, x4, y4) {
//elsewithellipses(x1, y1, x2, y2, x3, y3, x4, y4)
//if(random()>0.5){elsewithsquares(x1, y1, x2, y2, x3, y3, x4, y4)}
//else{elsewithbezier(x1, y1, x2, y2, x3, y3, x4, y4)}
elsewithlines(x1, y1, x2, y2, x3, y3, x4, y4)
//elsewithsquares(x1, y1, x2, y2, x3, y3, x4, y4)
if(random()>0.5){elsewithlines(x1, y1, x2, y2, x3, y3, x4, y4)}
else{elsewithbezier(x1, y1, x2, y2, x3, y3, x4, y4)}

}
function elsewithlines(x1, y1, x2, y2, x3, y3, x4, y4){
var xmid=x1+(x2-x1)*0.5
Expand Down

0 comments on commit 4e32c14

Please sign in to comment.