Package org.newdawn.render.buffer

Interface Summary
IndexedTriangleBuffer A triangle buffer utilising indexing to display the triangles.
RenderableBuffer A buffer from which a segment or frame can be rendered
TriangleBuffer A description of a store for triangles that can be called at a later time to potentially speed up by caching geomtry on the graphics card.
 

Class Summary
BufferFactory A factory used to create buffer objects appropriate for the current platform.