|
Author |
Topic: smooth() (Read 350 times) |
|
Martin
|
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
|
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
|
Re: smooth()
« Reply #2 on: Aug 24th, 2003, 1:57am » |
|
aha,
|
|
|
|
|