Uses of Class
simogl.geometry.MeshDL

Packages that use MeshDL
simogl.factory   
simogl.level   
 

Uses of MeshDL in simogl.factory
 

Methods in simogl.factory that return MeshDL
static MeshDL MeshFactory.createBox(javax.media.opengl.GL gl, float height, float width, float length)
          Creates a box with the specified meassures
static MeshDL MeshFactory.createSquare(javax.media.opengl.GL gl, float height, float width)
          Creates a simple square with the specified meassures
 

Uses of MeshDL in simogl.level
 

Subclasses of MeshDL in simogl.level
 class SkyBox
          This class represents the skybox of the scene
 class Terrain
          This class represents a world's terrain, that is generated from a height map file.
 

Fields in simogl.level declared as MeshDL
static MeshDL AbstractLevel.waterLayer