public static class QBImporter.QBQuad
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
QBImporter.QBImage |
image |
int |
side |
codechicken.lib.render.QBImporter.ImageTransform |
t |
Vertex5[] |
verts |
| Constructor and Description |
|---|
QBQuad(int side) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyImageT() |
Rectangle4i |
flatten() |
static QBImporter.QBQuad |
restore(Rectangle4i flat,
int side,
double d,
QBImporter.QBImage img) |
public Vertex5[] verts
public QBImporter.QBImage image
public codechicken.lib.render.QBImporter.ImageTransform t
public int side
public void applyImageT()
public static QBImporter.QBQuad restore(Rectangle4i flat, int side, double d, QBImporter.QBImage img)
public Rectangle4i flatten()