Package zombie.core.opengl
Class SharedVertexBufferObjects
java.lang.Object
zombie.core.opengl.SharedVertexBufferObjects
public final class SharedVertexBufferObjects
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description intbufferSizeVerticesjava.nio.ShortBufferindicesjava.nio.FloatBuffervertices -
Constructor Summary
Constructors Constructor Description SharedVertexBufferObjects(int int1) -
Method Summary
Modifier and Type Method Description voidnext()voidstartFrame()voidunmap()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
bufferSizeVertices
public final int bufferSizeVertices -
vertices
public java.nio.FloatBuffer vertices -
indices
public java.nio.ShortBuffer indices
-
-
Constructor Details
-
SharedVertexBufferObjects
public SharedVertexBufferObjects(int int1)
-
-
Method Details
-
startFrame
public void startFrame() -
next
public void next() -
unmap
public void unmap()
-