MaterialType |
ObjectFactory.createMaterialType()
|
MaterialType |
MaterialType.withAmbientIntensity(Double value) |
MaterialType |
MaterialType.withDiffuseColor(Collection<Double> values) |
MaterialType |
MaterialType.withDiffuseColor(Double... values) |
MaterialType |
MaterialType.withDiffuseColor(List<Double> value) |
MaterialType |
MaterialType.withEmissiveColor(Collection<Double> values) |
MaterialType |
MaterialType.withEmissiveColor(Double... values) |
MaterialType |
MaterialType.withEmissiveColor(List<Double> value) |
MaterialType |
MaterialType.withShininess(Double value) |
MaterialType |
MaterialType.withSpecularColor(Collection<Double> values) |
MaterialType |
MaterialType.withSpecularColor(Double... values) |
MaterialType |
MaterialType.withSpecularColor(List<Double> value) |
MaterialType |
MaterialType.withTransparency(Double value) |