Class PosTexNormalWriterUnsafe

java.lang.Object
com.jozufozu.flywheel.core.vertex.VertexWriterUnsafe<PosTexNormalVertex>
com.jozufozu.flywheel.core.vertex.PosTexNormalWriterUnsafe
All Implemented Interfaces:
VertexWriter

public class PosTexNormalWriterUnsafe extends VertexWriterUnsafe<PosTexNormalVertex>
  • Constructor Details

  • Method Details

    • writeVertex

      public void writeVertex(VertexList list, int i)
    • putVertex

      public void putVertex(float x, float y, float z, float nX, float nY, float nZ, float u, float v)