Class PosTexNormalVertexListUnsafe
java.lang.Object
com.jozufozu.flywheel.core.vertex.AbstractVertexList
com.jozufozu.flywheel.core.vertex.PosTexNormalVertexListUnsafe
- All Implemented Interfaces:
VertexList,AutoCloseable
-
Field Summary
Fields inherited from class com.jozufozu.flywheel.core.vertex.AbstractVertexList
base, contents, vertexCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytegetA(int index) bytegetB(int index) bytegetG(int index) intgetLight(int index) floatgetNX(int index) floatgetNY(int index) floatgetNZ(int index) bytegetR(int index) floatgetU(int index) floatgetV(int index) floatgetX(int index) floatgetY(int index) floatgetZ(int index) Methods inherited from class com.jozufozu.flywheel.core.vertex.AbstractVertexList
close, getVertexCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.jozufozu.flywheel.api.vertex.VertexList
isEmpty
-
Constructor Details
-
PosTexNormalVertexListUnsafe
-
-
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)
-