jjdh API

jjdh.opengl.meshes.common
Class AbstractTexturedBox

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

public abstract class AbstractTexturedBox
extends VertexArrayMesh


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
AbstractTexturedBox(float width, float height, float depth)
           
 
Method Summary
 void dispose(javax.media.opengl.GL gl)
           
 
Methods inherited from class jjdh.opengl.meshes.core.VertexArrayMesh
bind, privateRender
 
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

AbstractTexturedBox

public AbstractTexturedBox(float width,
                           float height,
                           float depth)
Method Detail

dispose

public void dispose(javax.media.opengl.GL gl)
Specified by:
dispose in interface Mesh
Overrides:
dispose in class VertexArrayMesh

jjdh API

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