Login  Register

Re: How to move around camera in JOGL 2.0?

Posted by gouessej on Feb 01, 2016; 1:03pm
URL: https://forum.jogamp.org/How-to-move-around-camera-in-JOGL-2-0-tp4036081p4036092.html

It's explained here:
https://www.opengl.org/wiki/Skybox
http://ogldev.atspace.co.uk/www/tutorial25/tutorial25.html
https://en.wikipedia.org/wiki/Cube_mapping

You have to move the skybox with the player so that it's always visible.

You can use a cube map or just draw 6 quads like here:
http://www.java-forums.org/java-gaming/50498-skybox-opengl.html
Julien Gouesse | Personal blog | Website