jjdh API

Uses of Interface
jjdh.opengl.engine.buffers.GLBuffer

Packages that use GLBuffer
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
 

Uses of GLBuffer in jjdh.opengl.engine.buffers
 

Classes in jjdh.opengl.engine.buffers that implement GLBuffer
 class AbstractBuffer
           
 class ColorBuffer
           
 class FloatBlockBuffer
           
 class IndexBuffer
           
 class NormalBuffer
           
 class QuadBuffer
           
 class SingleFloatBuffer
           
 class SingleIntegerBuffer
           
 class SpecializedIndexBuffer
           
 class TexGen
           
 class TextureBuffer
           
 class TriangleBuffer
           
 class VertexBuffer
           
 

Fields in jjdh.opengl.engine.buffers with type parameters of type GLBuffer
protected  List<GLBuffer> VertexArrayJob.buffers
           
 

Methods in jjdh.opengl.engine.buffers with parameters of type GLBuffer
 void VertexArrayJob.addBuffer(GLBuffer buffer)
           
 


jjdh API

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