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.
IndexProgramming Questions & HelpSyntax Questions › ellipseMode(CENTER_DIAMETER)
Page Index Toggle Pages: 1
ellipseMode(CENTER_DIAMETER) (Read 743 times)
ellipseMode(CENTER_DIAMETER)
Nov 8th, 2006, 1:02pm
 
ellipseMode(CENTER_DIAMETER);

I'm new to processing :-) and updating:
http://www.gvu.gatech.edu/~jarek/Split&Tweak/sketch_040131c.pde
known to work in processing "68" ~:"

splitStrings() changed to split()
beginShape(LINE_STRIP); changed  noFill(); beginShape();

but changing ellipseMode(CENTER_DIAMETER) to:
ellipseMode(CENTER)

runs but this short java application:
http://www.gvu.gatech.edu/~jarek/Split&Tweak/

doesn't then work :-(

anyone care to enlighten me?


cheers
Re: ellipseMode(CENTER_DIAMETER)
Reply #1 - Nov 8th, 2006, 2:01pm
 
I think you'll need to change loop() to draw() too.
Re: ellipseMode(CENTER_DIAMETER)
Reply #2 - Nov 8th, 2006, 5:02pm
 
cheers!
Page Index Toggle Pages: 1