jjdh.opengl.meshes.common
Class AbstractBox
java.lang.Object
jjdh.opengl.meshes.core.AbstractMesh
jjdh.opengl.meshes.core.VertexArrayMesh
jjdh.opengl.meshes.common.AbstractBox
- All Implemented Interfaces:
- Renderable, Mesh
- Direct Known Subclasses:
- Box, SkyBox
public abstract class AbstractBox
- extends VertexArrayMesh
Constructor Summary |
AbstractBox(float width,
float height,
float depth)
|
Methods inherited from class jjdh.opengl.meshes.core.AbstractMesh |
applyMaterial, applyPosition, applyRotation, applyScaling, getMaterial, getPosition, move, render, rotate, setMaterial, setPosition, setRotation, setScale, toString, unApplyMaterial |
AbstractBox
public AbstractBox(float width,
float height,
float depth)
Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.