Interface VBO<T>

All Known Implementing Classes:
FloatVBO

public interface VBO<T>
  • Method Details

    • getVertices

      T getVertices()
    • setVertices

      void setVertices(T vertices)
    • getIndices

      IntBuffer getIndices()
    • setIndices

      void setIndices(IntBuffer indices)
    • getBounds

      BoundingBox3d getBounds()
    • setBounds

      void setBounds(BoundingBox3d bounds)