public class GLTG
extends java.lang.Object
Constructor and Description |
---|
GLTG() |
Modifier and Type | Method and Description |
---|---|
static float[][] |
data(float[]... data) |
static void |
drawManual(float[][] vertex,
float[][] color,
float[][] tex,
float[][] normal) |
static GLSize |
setTexture(net.minecraft.util.ResourceLocation location) |
static float[] |
vertex(float... data) |
public static GLSize setTexture(net.minecraft.util.ResourceLocation location)
public static void drawManual(float[][] vertex, float[][] color, float[][] tex, float[][] normal)
public static float[] vertex(float... data)
public static float[][] data(float[]... data)