23242526272829
public void update(final FloatBuffer buffer) { if ( bo != null ) destroy(); bo = new BufferObjectArray(GL_STATIC_DRAW, buffer); }