Package zombie.worldMap
Class WorldMapVBOs
java.lang.Object
zombie.worldMap.WorldMapVBOs
public final class WorldMapVBOs
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
NUM_ELEMENTS
-
Constructor Summary
Constructors Constructor Description WorldMapVBOs()
-
Method Summary
Modifier and Type Method Description void
addElement(float float1, float float2, float float3, float float4, float float5, float float6, float float7)
void
create()
void
drawElements(int int1, int int2, int int3, int int4)
static WorldMapVBOs
getInstance()
void
reserveVertices(int int1, int[] intArray)
void
reset()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NUM_ELEMENTS
public static final int NUM_ELEMENTS- See Also:
- Constant Field Values
-
-
Constructor Details
-
WorldMapVBOs
public WorldMapVBOs()
-
-
Method Details
-
getInstance
-
create
public void create() -
reserveVertices
public void reserveVertices(int int1, int[] intArray) -
addElement
public void addElement(float float1, float float2, float float3, float float4, float float5, float float6, float float7) -
drawElements
public void drawElements(int int1, int int2, int int3, int int4) -
reset
public void reset()
-