I'm trying to figue out how to use the fasttesr but can't find any tutorials, examples ect. Here is the code i have so far:
vertexBuffer.setTranslation(x, y, z);
vertexBuffer.addVertexData(new int[] { 0, 0, 0, 1, 1, 1 });
this.bindTexture(resourceLocation);
vertexBuffer.finishDrawing();