public static class Simple3D.Text3D extends Object implements Simple3D.Primative
| Constructor and Description |
|---|
Text3D(double x,
double y,
double z,
Float[] colour,
int size,
String text)
Construct
|
| 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
|
public void renderOrtho(Jama.Matrix transform, int tx, int ty, MBFImage image)
Simple3D.PrimativerenderOrtho in interface Simple3D.Primativepublic void translate(int x, int y, int z)
Simple3D.Primativetranslate in interface Simple3D.Primative