Class PosTexNormalVertexListUnsafe

java.lang.Object
com.jozufozu.flywheel.core.vertex.AbstractVertexList
com.jozufozu.flywheel.core.vertex.PosTexNormalVertexListUnsafe
All Implemented Interfaces:
VertexList, AutoCloseable

public class PosTexNormalVertexListUnsafe extends AbstractVertexList
  • Constructor Details

    • PosTexNormalVertexListUnsafe

      public PosTexNormalVertexListUnsafe(ByteBuffer copyFrom, int vertexCount)
  • Method Details

    • getX

      public float getX(int index)
    • getY

      public float getY(int index)
    • getZ

      public float getZ(int index)
    • getR

      public byte getR(int index)
    • getG

      public byte getG(int index)
    • getB

      public byte getB(int index)
    • getA

      public byte getA(int index)
    • getU

      public float getU(int index)
    • getV

      public float getV(int index)
    • getLight

      public int getLight(int index)
    • getNX

      public float getNX(int index)
    • getNY

      public float getNY(int index)
    • getNZ

      public float getNZ(int index)