Most appropriate sub-area of p5.js?
p5.js version
1.11.12
Web browser and version
Chrome 146.0.7680.165
Operating system
Windows
Steps to reproduce this
function setup() {
createCanvas(600, 600, WEBGL);
}
function draw() {
background(0);
camera(0, 0, 200, 0, 0, 0, 0, 1, 0);
stroke(255);
strokeWeight(8);
point(20, 20, 0);
}
the behavior is very different from 1.11.11 and 2.0
Most appropriate sub-area of p5.js?
p5.js version
1.11.12
Web browser and version
Chrome 146.0.7680.165
Operating system
Windows
Steps to reproduce this
function setup() {
createCanvas(600, 600, WEBGL);
}
function draw() {
background(0);
camera(0, 0, 200, 0, 0, 0, 0, 1, 0);
stroke(255);
strokeWeight(8);
point(20, 20, 0);
}
the behavior is very different from 1.11.11 and 2.0