jjdh API

jjdh.opengl.meshes.common
Class AbstractBox

java.lang.Object
  extended by jjdh.opengl.meshes.core.AbstractMesh
      extended by jjdh.opengl.meshes.core.VertexArrayMesh
          extended by jjdh.opengl.meshes.common.AbstractBox
All Implemented Interfaces:
Renderable, Mesh
Direct Known Subclasses:
Box, SkyBox

public abstract class AbstractBox
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
AbstractBox(float width, float height, float depth)
           
 
Method Summary
 
Methods inherited from class jjdh.opengl.meshes.core.VertexArrayMesh
bind, dispose, 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

AbstractBox

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

jjdh API

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