Return to Snippet

Revision: 13756
at May 5, 2009 11:28 by allnatural


Initial Code
// To increase perspective set the camera close and reduce the zoom
camera.z = -600;
camera.zoom = 40;

// To decrease perspective set the camera far and increase zoom.
camera.z = -1510;
camera.zoom = 180;

Initial URL
http://www.destroyyourcomputer.com

Initial Description


Initial Title
Papervision3D - Camera Perspective Change

Initial Tags


Initial Language
ActionScript 3