Package zombie.worldMap
Class WorldMapVBOs
java.lang.Object
zombie.worldMap.WorldMapVBOs
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(float float1, float float2, float float3, float float4, float float5, float float6, float float7) voidcreate()voiddrawElements(int int1, int int2, int int3, int int4) static WorldMapVBOsvoidreserveVertices(int int1, int[] intArray) voidreset()
-
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()
-