- Home /
 
 
               Question by 
               Emerald Byte · Jul 08, 2014 at 08:40 AM · 
                camerazoom  
              
 
              How can I zoom out a camera locked on the player?
The coding is in Java Script. The camera follows the player but it is zoomed in to far. I have tried moving it back along the Z-Axis but it does not stay zoomed out when i preview the game. Any help?
               Comment
              
 
               
              Is it an orthographic camera? If so, you can increase its size.
Is it a perspective camera? If so, you can move it back and/or widen its field-of-view.
Your answer