Papervision3D - Camera Perspective Change


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // To increase perspective set the camera close and reduce the zoom
  2. camera.z = -600;
  3. camera.zoom = 40;
  4.  
  5. // To decrease perspective set the camera far and increase zoom.
  6. camera.z = -1510;
  7. camera.zoom = 180;

URL: http://www.destroyyourcomputer.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.