-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Points are always rendered in the center #8701
Copy link
Copy link
Closed
Labels
Area:WebGLBugCriticalRequired for p5v1 FreezeIndicates this issue should be closed before p5.js v1 can be frozen to bugfixes and doc updatesIndicates this issue should be closed before p5.js v1 can be frozen to bugfixes and doc updates
Metadata
Metadata
Assignees
Labels
Area:WebGLBugCriticalRequired for p5v1 FreezeIndicates this issue should be closed before p5.js v1 can be frozen to bugfixes and doc updatesIndicates this issue should be closed before p5.js v1 can be frozen to bugfixes and doc updates
Type
Fields
Give feedbackNo fields configured for issues without a type.
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