Re: How to move around camera in JOGL 2.0?
Posted by
Lawa on
Feb 01, 2016; 1:17pm
URL: https://forum.jogamp.org/How-to-move-around-camera-in-JOGL-2-0-tp4036081p4036093.html
Thanks for the quick reply !
so as I read in the links you provided I have to create 6 different sides ( make a cube out of quads ) , but then they have to be on the farthest point that the camera won't be able to reach right? then if this is my working code for the camera, and now I want to build/show the objects into this class :
https://codeshare.io/D95Ozwhich points should be the point to create the quads into ? and why does the skybox have to move with the player (if you create it at the farthest point? )
Thanks!