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 & HelpOpenGL and 3D Libraries › Announce: PeasyCam 0.6.0
Pages: 1 2 
Announce: PeasyCam 0.6.0 (Read 5893 times)
Re: Announce: PeasyCam 0.6.0
Reply #15 - Mar 26th, 2010, 6:52pm
 
Just remove the bogus commons.math import statements that Processing adds when you import the PeasyCam library, and you can use your own commons.math stuff to your heart's content. You only need to import PeasyCam itself, and not its private copy of commons.math.
Re: Announce: PeasyCam 0.6.0
Reply #16 - Mar 27th, 2010, 8:57am
 
Thanks. Sorry, I should have been able to figure that out myself. I just put the commons download in Processing's libraries folder and renamed it. I guess the fact that Peasy's math library is private prevents problems with using the two versions together and Processing's incorrect automatic import would ruin that.
Pages: 1 2