FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 446 : Strange rectangles with P3D in 0121 on WinXP
Last modified: 2006-11-15 18:14
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
DUPLICATE of bug
444
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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
***