Package zombie.worldMap
Class WorldMapVBOs
java.lang.Object
zombie.worldMap.WorldMapVBOs
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
void
reserveVertices
(int int1, int[] intArray) void
reset()
-
Field Details
-
NUM_ELEMENTS
public static final int NUM_ELEMENTS- See Also:
-
-
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()
-