jjdh API

jjdh.opengl.meshes.common
Class NewSkyBox

java.lang.Object
  extended by jjdh.opengl.meshes.core.AbstractMesh
      extended by jjdh.opengl.meshes.core.VertexArrayMesh
          extended by jjdh.opengl.meshes.common.AbstractTexturedBox
              extended by jjdh.opengl.meshes.common.MultiTextureBox
                  extended by jjdh.opengl.meshes.common.NewSkyBox
All Implemented Interfaces:
Renderable, Mesh

public class NewSkyBox
extends MultiTextureBox


Field Summary
 
Fields inherited from class jjdh.opengl.meshes.core.VertexArrayMesh
job
 
Fields inherited from class jjdh.opengl.meshes.core.AbstractMesh
material, position, rotation, scale
 
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.common.AbstractTexturedBox
dispose
 
Methods inherited from class jjdh.opengl.meshes.core.VertexArrayMesh
bind
 
Methods inherited from class jjdh.opengl.meshes.core.AbstractMesh
applyMaterial, applyPosition, applyRotation, applyScaling, getMaterial, getPosition, move, render, rotate, setMaterial, setPosition, setRotation, setScale, toString, unApplyMaterial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.