public class BufferEntry
extends java.lang.Object
Constructor and Description |
---|
BufferEntry() |
Modifier and Type | Method and Description |
---|---|
static void |
color(float r,
float b,
float g,
float a) |
static void |
end() |
static void |
endDraw() |
static void |
normal(float x,
float y,
float z) |
static void |
start(DrawFormat format) |
static void |
tex(float u,
float v) |
static void |
vertex(float x,
float y,
float z) |
public static void vertex(float x, float y, float z)
public static void tex(float u, float v)
public static void color(float r, float b, float g, float a)
public static void normal(float x, float y, float z)
public static void start(@Nonnull DrawFormat format)
public static void end()
public static void endDraw()