Class WorldMapVBOs
java.lang.Object
zombie.worldMap.WorldMapVBOs
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(float float0, float float1, float float2, float float3, float float4, float float5, float float6) voidcreate()voiddrawElements(int int4, int int0, int int1, int int2) static WorldMapVBOsvoidreserveVertices(int int1, int[] ints) 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[] ints) -
addElement
public void addElement(float float0, float float1, float float2, float float3, float float4, float float5, float float6) -
drawElements
public void drawElements(int int4, int int0, int int1, int int2) -
reset
public void reset()
-