jjdh API

Uses of Class
jjdh.opengl.meshes.core.AbstractMesh

Packages that use AbstractMesh
jjdh.java.resource.loader This Package contains more sophisticated loaders and appendant utility classes to read a InputStream in a given format. 
jjdh.opengl.exercises.playground.font This Package contains classes to display text in a given Font as Mesh
jjdh.opengl.meshes.common This Package contains several specific Mesh implentations. 
jjdh.opengl.meshes.core This Package contains the essential classes of a Mesh based framework to realize Object-Rendering in OpenGL. 
 

Uses of AbstractMesh in jjdh.java.resource.loader
 

Subclasses of AbstractMesh in jjdh.java.resource.loader
 class MD2Mesh
           
 

Uses of AbstractMesh in jjdh.opengl.exercises.playground.font
 

Subclasses of AbstractMesh in jjdh.opengl.exercises.playground.font
 class PathIteratorMesh
          This Class uses GLU to tesselate the content of a PathIterator.
 class TextMesh
          ToDo: Save single Characters in a display list and resuse them if possible
 

Uses of AbstractMesh in jjdh.opengl.meshes.common
 

Subclasses of AbstractMesh in jjdh.opengl.meshes.common
 class AbstractBox
           
 class AbstractTexturedBox
           
 class Box
           
 class DividedBox
           
 class Flag
           
 class FractalForrest
           
 class FractalTree
           
 class HeightMapMesh
           
 class MirrorSphere
           
 class MultiTextureBox
           
 class NewSkyBox
           
 class SingleTexturedBox
           
 class SkyBox
           
 class Sphere
           
 class TrianglePillar
           
 

Uses of AbstractMesh in jjdh.opengl.meshes.core
 

Subclasses of AbstractMesh in jjdh.opengl.meshes.core
 class BlendingContainer
           
 class Container
           
 class DirectMesh
           
 class DisplayListMesh
           
 class VertexArrayMesh
          This is a mesh with a internal rendering process resting upon a highly efficient VertexArrayJob.
 


jjdh API

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