Maven module :un.engine : engine-opengl :
Class : un.engine.opengl.mesh.SkyBox
Extends/Implements : un.engine.opengl.scenegraph.GLNode
Subclasses : -

A Skybox, display a cube with 6 pictures placed at the limit of the
field of view. Giving the camera the impression of an horizon.
author  Johann Sorel


Variables : -
Functions : SkyBox, SkyBox, getTexture, setTexture, dispose



public void SkyBox ()

public void SkyBox (Image top, Image bottom, Image left, Image right, Image front, Image back)

public TextureCube getTexture ()

public void setTexture (TextureCube texture)

public void dispose (GLProcessContext context)