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
Camera transformations (Read 960 times)
Camera transformations
Jan 23rd, 2006, 4:04pm
 
Quote:
The beginCamera() and endCamera() functions allow customizing the camera space through calls to transformations such as lookat() etc. This function sets the matrix mode to the camera matrix so calls to applyMatrix() and resetMatrix() affect the camera. beginCamera() should always be used with a following endCamera() and pairs of beginCamera() and endCamera() can not be nested.


lookat() does not appear to be implemented. applyMatrix() does not appear to have an effect on the camera Sad
Re: Camera transformations
Reply #1 - Jan 23rd, 2006, 4:58pm
 
the documentation is just out of date for what changed in beta. see the last post here:
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1113962428
Page Index Toggle Pages: 1