Package | Description |
---|---|
org.osm2world.core.target.common.material |
Modifier and Type | Field and Description |
---|---|
protected Material.Shadow |
Material.shadow |
Modifier and Type | Method and Description |
---|---|
Material.Shadow |
Material.getShadow() |
static Material.Shadow |
Material.Shadow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Material.Shadow[] |
Material.Shadow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfMaterial.setShadow(Material.Shadow shadow) |
Constructor and Description |
---|
ConfMaterial(Material.Interpolation interpolation,
Color color,
float ambientFactor,
float diffuseFactor,
float specularFactor,
int shininess,
Material.Transparency transparency,
Material.Shadow shadow,
Material.AmbientOcclusion ao,
List<TextureData> textureDataList) |
ImmutableMaterial(Material.Interpolation interpolation,
Color color,
float ambientFactor,
float diffuseFactor,
float specularFactor,
int shininess,
Material.Transparency transparency,
Material.Shadow shadow,
Material.AmbientOcclusion ao,
List<TextureData> textureDataList) |
Material(Material.Interpolation interpolation,
Color color,
float ambientFactor,
float diffuseFactor,
float specularFactor,
int shininess,
Material.Transparency transparency,
Material.Shadow shadow,
Material.AmbientOcclusion ao,
List<TextureData> textureDataList) |