FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Software Bugs
(Moderator: fry)
   smooth()
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: smooth()  (Read 350 times)
Martin

122417302122417302martingomez_listsmg1ph WWW Email
smooth()
« on: Aug 22nd, 2003, 10:12am »

is smooth() bugged?
 
Code:
void setup()
{
  size(300,300);
  background(255);
  smooth();
  ellipseMode(CENTER_DIAMETER);
}
 
void loop()
{
  ellipse(mouseX,mouseY,10,10);
}
 
arielm

WWW
Re: smooth()
« Reply #1 on: Aug 22nd, 2003, 2:47pm »

couldn't see much of a problem (everything is white) but if it's about the "stroke going mad" then it's already in the bug data-base...
 

Ariel Malka | www.chronotext.org
Martin

122417302122417302martingomez_listsmg1ph WWW Email
Re: smooth()
« Reply #2 on: Aug 24th, 2003, 1:57am »

aha,
 
Pages: 1 

« Previous topic | Next topic »