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.
Page Index Toggle Pages: 1
ENABLE DEPTH_TEST (Read 1238 times)
ENABLE DEPTH_TEST
Oct 24th, 2008, 5:07pm
 
Hi,
when I write ENABLE DEPTH_TEST as parameter of hint()
I get the error:
"Cannot find anything named ENABLE DEPTH_TEST"

Maybe the help of hint() is not correct.
Re: ENABLE DEPTH_TEST
Reply #1 - Oct 24th, 2008, 7:52pm
 
There's an extra underscore in there, ENABLE_DEPTH_TEST (though it's enabled by default)
Page Index Toggle Pages: 1