jjdh API

jjdh.opengl.meshes.common
Class Box

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

public class Box
extends AbstractBox


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
Box(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

Box

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

jjdh API

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