Class PosTexNormalWriterUnsafe
java.lang.Object
com.jozufozu.flywheel.core.vertex.VertexWriterUnsafe<PosTexNormalVertex>
com.jozufozu.flywheel.core.vertex.PosTexNormalWriterUnsafe
- All Implemented Interfaces:
VertexWriter
-
Field Summary
Fields inherited from class com.jozufozu.flywheel.core.vertex.VertexWriterUnsafe
buffer, ptr, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidputVertex(float x, float y, float z, float nX, float nY, float nZ, float u, float v) voidwriteVertex(VertexList list, int i) Methods inherited from class com.jozufozu.flywheel.core.vertex.VertexWriterUnsafe
advance, intoReader, seekToVertexMethods 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.VertexWriter
writeVertexList
-
Constructor Details
-
PosTexNormalWriterUnsafe
-
-
Method Details
-
writeVertex
-
putVertex
public void putVertex(float x, float y, float z, float nX, float nY, float nZ, float u, float v)
-