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 › DISABLE_DEPTH_SORT
Page Index Toggle Pages: 1
DISABLE_DEPTH_SORT? (Read 321 times)
DISABLE_DEPTH_SORT?
Jul 2nd, 2006, 8:56pm
 
Hello,

I am using the depth-sorting that was introduced in version 114. While it works reasonably well, I find that turning it on significantly slows down visualization. Is there a way to toggle it on/off when the program is running so that I can temporarily accelerate the visualization?

Thanks!
Michael
Re: DISABLE_DEPTH_SORT?
Reply #1 - Jul 5th, 2006, 3:02pm
 
use noHint() to do the opposite of hint().
Page Index Toggle Pages: 1