jjdh.opengl.meshes.common
Class SkyBox
java.lang.Object
jjdh.opengl.meshes.core.AbstractMesh
jjdh.opengl.meshes.core.VertexArrayMesh
jjdh.opengl.meshes.common.AbstractBox
jjdh.opengl.meshes.common.SkyBox
- All Implemented Interfaces:
- Renderable, Mesh
public class SkyBox
- extends AbstractBox
Constructor Summary |
SkyBox(float width,
float height,
float depth,
List<com.sun.opengl.util.texture.Texture> textures)
|
Methods inherited from class jjdh.opengl.meshes.core.AbstractMesh |
applyMaterial, applyPosition, applyRotation, applyScaling, getMaterial, getPosition, move, render, rotate, setMaterial, setPosition, setRotation, setScale, toString, unApplyMaterial |
SkyBox
public SkyBox(float width,
float height,
float depth,
List<com.sun.opengl.util.texture.Texture> textures)
Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.