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
Implementing skewX and skewY (Read 1074 times)
Implementing skewX and skewY
Jan 26th, 2010, 7:06pm
 
I have it working with Java2D, but not P2D; I think this is because Matrix2D.isWarped() doesn't appear to play well with a skew transformation. I think the && in isWarped() needs to become || ; that should not affect any other transformations.

I did add skewX and skewY to build/shared/lib/keywords.txt, but they don't show up colorised.
Page Index Toggle Pages: 1