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 › Inverting the Y axis
Page Index Toggle Pages: 1
Inverting the Y axis (Read 256 times)
Inverting the Y axis
Mar 25th, 2008, 9:06pm
 
Hi everyone, iv'e been using 3d graphic apps for years and am used to having up be the positive direction on the y axis.  Processing's coordinate system has the Y axis inverted, is there any way to change it?
Re: Inverting the Y axis
Reply #1 - Mar 25th, 2008, 9:31pm
 
scale(1,-1,1);
Page Index Toggle Pages: 1