We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware Bugs › Dell OPENGL smooth()
Page Index Toggle Pages: 1
Dell OPENGL smooth() (Read 1432 times)
Dell OPENGL smooth()
May 12th, 2006, 7:53pm
 
I'm trying out a project at university and all of a sudden I've got some wierd polygon stuff going on whenever I use smooth() and OPENGL.
Code:

import processing.opengl.*;
void setup(){
size(400, 400, OPENGL);
smooth();
}
void draw(){
ellipse(width/2, height/2, width, height);
}

This code on a Dell PC renders the ellipse with lots of spokes on it. I've had the same trouble with two Dells and I've tried different versions of Processing and different installs of Java.

Given that this is Dell specific and it's never happened to me before I'd like to know if this has happened to anyone else on other machines.

I'll try to get more information on the specifics of these machines.
Re: Dell OPENGL smooth()
Reply #1 - May 14th, 2006, 1:56pm
 
http://dev.processing.org/bugs/show_bug.cgi?id=200
Page Index Toggle Pages: 1