Hello there,
a collegue started working with Processing 2.0b8 and is getting weird images while trying the simplest examples:
void setup() {
size(400, 400, P3D);
frame.setResizable(true);
}
void draw() {
background(255, 0, 0);
ellipse(width/2, height/2, 100, 50);
}
Any suggestions where to start looking for the problem?
System: Mac OSX 10.6
Graphics: ATI Radeon HD 2600
Quad-Core Intel Xeon 2,8 GHz
a collegue started working with Processing 2.0b8 and is getting weird images while trying the simplest examples:
void setup() {
size(400, 400, P3D);
frame.setResizable(true);
}
void draw() {
background(255, 0, 0);
ellipse(width/2, height/2, 100, 50);
}
Any suggestions where to start looking for the problem?
System: Mac OSX 10.6
Graphics: ATI Radeon HD 2600
Quad-Core Intel Xeon 2,8 GHz
1