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 & HelpIntegration › PGraphics Help (novice)
Page Index Toggle Pages: 1
PGraphics Help (novice) (Read 698 times)
PGraphics Help (novice)
Jul 13th, 2007, 1:39pm
 
How to I edit the PGraphics3D.java file ?  I have come to Processing from a actionScript background and so 'real' Java, and it's inner-workings is a mystery.

I post which I have recently been trying to follow:

http://dev.processing.org/bugs/show_bug.cgi?id=486

for a hack to get modelX modelY modelZ to work requires that I alter lines within the PGraphics3D.java doc - but I can't find it... (I am on mac osX)

This is probably a dumb question - but I can't figure it out...

Any help gratefully received : )

Re: PGraphics Help (novice)
Reply #1 - Jul 13th, 2007, 7:23pm
 
PGraphics3D.java is part of the Processing core, and I don't think the source comes with a normal download of Processing.  You'll really need to follow the Mac instructions at http://dev.processing.org/build/ - these will show you how to get the most recent build via Subversion and compile/run everything (I hope you already have Apple Developer Tools, otherwise it's a bit of a nasty download...).  From there you should be all set - the source files are a few levels deep, I believe PGraphics3D is at [processing path]->core->src->processing->core->PGraphics3D.java .

If you follow the instructions everything should work just fine, ask away if it doesn't.
Re: PGraphics Help (novice)
Reply #2 - Jul 13th, 2007, 7:33pm
 
Thanks for the advice. Much appreciated : )
Re: PGraphics Help (novice)
Reply #3 - Jul 15th, 2007, 1:23am
 
Thanks again for the help - after a bit of head-scratching I have managed to navigate my way through the command-line stuff

Phew ! : )
Page Index Toggle Pages: 1