Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. caml = new PerspectiveCamera(67, Gdx.graphics.getWidth()/2, Gdx.graphics.getHeight());
  2. caml.position.set(0f, 0f, 0f);
  3. caml.lookAt(0,0,0);
  4. caml.near = 1f;
  5. caml.far = 300f;
  6. caml.update();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement