how to use smoothing on p5js
canvas = createCanvas(window.innerWidth, window.innerHeight);
canvas.drawingContext.imageSmoothingEnabled=false;
追記
noSmooth();
で良いと思う
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
how to use smoothing on p5js
canvas = createCanvas(window.innerWidth, window.innerHeight);
canvas.drawingContext.imageSmoothingEnabled=false;
追記
noSmooth();
で良いと思う
Register as a new user and use Qiita more conveniently
Go to list of users who liked