jjdh API

Uses of Class
jjdh.opengl.engine.buffers.VertexBuffer

Packages that use VertexBuffer
jjdh.java.resource.loader This Package contains more sophisticated loaders and appendant utility classes to read a InputStream in a given format. 
jjdh.opengl.engine.buffers This Package contains several specialized buffers based on ByteBuffer to provide a easy useable abstraction of the very efficent Vertex Arrays and Vertex Buffer Objects of OpenGL and the utility class VertexArrayJob which provides methods for the easy creation of buffers, the ability to create a suitable NormalBuffer automatically and to bunch all these buffers as a Renderable
jjdh.opengl.meshes.common This Package contains several specific Mesh implentations. 
jjdh.opengl.scenegraph.simple.core This Package contains the essential classes of a scenegraph based framework to realize Object-Rendering in OpenGL. 
 

Uses of VertexBuffer in jjdh.java.resource.loader
 

Fields in jjdh.java.resource.loader declared as VertexBuffer
private  VertexBuffer MD2Mesh.vertexBuffer
          Internal used by the inherited VertexArrayJob.
 

Uses of VertexBuffer in jjdh.opengl.engine.buffers
 

Fields in jjdh.opengl.engine.buffers declared as VertexBuffer
protected  VertexBuffer NormalGenerator.vertices
           
 

Methods in jjdh.opengl.engine.buffers that return VertexBuffer
 VertexBuffer VertexArrayJob.createVertexBuffer(int capacity)
           
 

Methods in jjdh.opengl.engine.buffers with parameters of type VertexBuffer
 void NormalGenerator.setVertexBuffer(VertexBuffer vertexBuffer)
           
 

Uses of VertexBuffer in jjdh.opengl.meshes.common
 

Fields in jjdh.opengl.meshes.common declared as VertexBuffer
protected  VertexBuffer DividedBox.vertices
           
 

Uses of VertexBuffer in jjdh.opengl.scenegraph.simple.core
 

Fields in jjdh.opengl.scenegraph.simple.core declared as VertexBuffer
protected  VertexBuffer RectangleNode.vertices
           
 


jjdh API

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