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 & HelpPrograms › Max size of the matrix
Page Index Toggle Pages: 1
Max size of the matrix (Read 515 times)
Max size of the matrix
Jul 27th, 2006, 1:44am
 
How big is the maximum distance I can translate something, or what is the total dimensions of the scene. Im having some problems viewing some things on a large scale. Thanks,
-H
Re: Max size of the matrix
Reply #1 - Jul 27th, 2006, 10:01am
 
You can change the maximum viewing distance using the perspective() command ( http://processing.org/reference/perspective_.html ) Be aware that if you set the different between zNear and zFar to be too large compared to the scale of details in your 3D stuff, you may get things being drawn in the wrong order.
Page Index Toggle Pages: 1