public static interface Simple3D.Primative
| Modifier and Type | Method and Description |
|---|---|
void |
renderOrtho(Jama.Matrix transform,
int tx,
int ty,
MBFImage image)
Render the primative
|
void |
translate(int x,
int y,
int z)
Translate the primative
|
void renderOrtho(Jama.Matrix transform, int tx, int ty, MBFImage image)
transform - tx - ty - image - void translate(int x, int y, int z)
x - y - z -