Bug 446 : Strange rectangles with P3D in 0121 on WinXP
Last modified: 2006-11-15 18:14




Status:
RESOLVED
Resolution:
DUPLICATE of bug 444
Priority:
P2
Severity:
normal

 

Reporter:
gibcat
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2006-11-15 14:20
// Run this code to see the ghosts:

void setup() {
size(800, 600, P3D);
}

void draw() {
for(int i = 0; i < 1000; i++) {
point(random(width), random(height));
}
}
Additional Comment #1 From fry 2006-11-15 18:14


*** This bug has been marked as a duplicate of 444 ***