IMaterialWithSpecularProperties Method |
Gets a new instance of this material with the specular properties set to the provided values.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IMaterial WithSpecularProperties(
double smoothness,
double metalness,
double indexOfRefraction
)
Parameters
- smoothness Double
- The surface smoothness in the range [0, 1].
- metalness Double
- The surface metalness in the range [0, 1].
- indexOfRefraction Double
- The index of refraction of the material.
Return Value
IMaterialA new instance of this material with the specular properties set to the provided values.
See Also