jjdh.opengl.meshes.common
Class NewSkyBox
java.lang.Object
jjdh.opengl.meshes.core.AbstractMesh
jjdh.opengl.meshes.core.VertexArrayMesh
jjdh.opengl.meshes.common.AbstractTexturedBox
jjdh.opengl.meshes.common.MultiTextureBox
jjdh.opengl.meshes.common.NewSkyBox
- All Implemented Interfaces:
- Renderable, Mesh
public class NewSkyBox
- extends MultiTextureBox
Constructor Summary |
NewSkyBox(float width,
float height,
float depth,
List<com.sun.opengl.util.texture.Texture> texturesP)
|
NewSkyBox(float width,
float height,
float depth,
com.sun.opengl.util.texture.Texture[] texturesP)
|
Method Summary |
protected void |
privateRender(javax.media.opengl.GL gl)
This method has to be overwritten by subcasses. |
Methods inherited from class jjdh.opengl.meshes.core.AbstractMesh |
applyMaterial, applyPosition, applyRotation, applyScaling, getMaterial, getPosition, move, render, rotate, setMaterial, setPosition, setRotation, setScale, toString, unApplyMaterial |
NewSkyBox
public NewSkyBox(float width,
float height,
float depth,
com.sun.opengl.util.texture.Texture[] texturesP)
NewSkyBox
public NewSkyBox(float width,
float height,
float depth,
List<com.sun.opengl.util.texture.Texture> texturesP)
privateRender
protected void privateRender(javax.media.opengl.GL gl)
- Description copied from class:
AbstractMesh
- This method has to be overwritten by subcasses.
- Overrides:
privateRender
in class VertexArrayMesh
- Parameters:
gl
- a OpenGL obejct
Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.