jjdh API

jjdh.opengl.meshes.common
Class SingleTexturedBox

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.SingleTexturedBox
All Implemented Interfaces:
Renderable, Mesh

public class SingleTexturedBox
extends AbstractTexturedBox


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
SingleTexturedBox(float width, float height, float depth)
           
 
Method Summary
 
Methods inherited from class jjdh.opengl.meshes.common.AbstractTexturedBox
dispose
 
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

SingleTexturedBox

public SingleTexturedBox(float width,
                         float height,
                         float depth)

jjdh API

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