graphic-processing-site-examples-3D-Camera-OrthoVSPerspective-OrthoVSPerspective.pde / pde
Ortho vs Perspective. Click to see the difference between orthographic projection and perspective projection as applied to a simple box. The ortho() function sets an orthographic projection and defines a parallel clipping volume. All objects with the same dimension appear the same size, regardless of whether they are near or far from the camera. The parameters to this function specify the clipping volume where left and right are the minimum and maximum x values, top and bottom are the minimum and maximum y values, and near and far are the minimum and maximum z values.
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.