jjdh API

Package 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.

See:
          Description

Interface Summary
BufferTask  
GLBuffer  
GLRenderable  
 

Class Summary
AbstractBuffer  
ColorBuffer  
FloatBlockBuffer  
IndexBuffer  
NormalBuffer  
NormalGenerator  
QuadBuffer  
SingleFloatBuffer  
SingleIntegerBuffer  
SpecializedIndexBuffer  
TexGen  
TexGen.Parameter  
TextureBuffer  
TriangleBuffer  
VertexArrayJob  
VertexArrayTask  
VertexBuffer  
 

Package jjdh.opengl.engine.buffers Description

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 API

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