Package net.java.joglutils.msg.collections

Collection classes for storing vector data in formats which can be quickly sent down to OpenGL.

See:
          Description

Class Summary
Vec2fCollection Provides the abstraction of a collection of Vec2f objects while allowing access to the backing store in the form of a direct FloatBuffer to make it easy to pass down to OpenGL.
Vec3fCollection Provides the abstraction of a collection of Vec3f objects while allowing access to the backing store in the form of a direct FloatBuffer to make it easy to pass down to OpenGL.
Vec4fCollection Provides the abstraction of a collection of Vec4f objects while allowing access to the backing store in the form of a direct FloatBuffer to make it easy to pass down to OpenGL.
 

Package net.java.joglutils.msg.collections Description

Collection classes for storing vector data in formats which can be quickly sent down to OpenGL.