public interface MeshView
Modifier and Type | Field and Description |
---|---|
static int |
CULL_BACK |
static int |
CULL_FRONT |
static int |
CULL_NONE |
Modifier and Type | Method and Description |
---|---|
void |
render(Graphics g) |
void |
setAmbientLight(float r,
float g,
float b) |
void |
setCullingMode(int mode) |
void |
setMaterial(Material material) |
void |
setPointLight(int index,
float x,
float y,
float z,
float r,
float g,
float b,
float w) |
void |
setWireframe(boolean wireframe) |
static final int CULL_NONE
static final int CULL_BACK
static final int CULL_FRONT
void setCullingMode(int mode)
void setMaterial(Material material)
void setWireframe(boolean wireframe)
void setAmbientLight(float r, float g, float b)
void setPointLight(int index, float x, float y, float z, float r, float g, float b, float w)
void render(Graphics g)