public interface PhongMaterial extends Material
| Modifier and Type | Interface and Description |
|---|---|
static class |
PhongMaterial.MapType |
| Modifier and Type | Field and Description |
|---|---|
static int |
BUMP |
static int |
DIFFUSE |
static int |
MAX_MAP_TYPE |
static int |
SELF_ILLUM |
static int |
SPECULAR |
| Modifier and Type | Method and Description |
|---|---|
void |
lockTextureMaps() |
void |
setDiffuseColor(float r,
float g,
float b,
float a) |
void |
setSpecularColor(boolean set,
float r,
float g,
float b,
float a) |
void |
setTextureMap(TextureMap map) |
void |
unlockTextureMaps() |
static final int DIFFUSE
static final int SPECULAR
static final int BUMP
static final int SELF_ILLUM
static final int MAX_MAP_TYPE
void setDiffuseColor(float r,
float g,
float b,
float a)
void setSpecularColor(boolean set,
float r,
float g,
float b,
float a)
void setTextureMap(TextureMap map)
void lockTextureMaps()
void unlockTextureMaps()