MaterialBaseWithSmoothness Method |
Gets a new instance of the material with the smothness set to the provided value.
Namespace: Altaxo.Drawing.D3D.MaterialAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public MaterialBase WithSmoothness(
double smothness
)
Parameters
- smothness Double
- The smothness value.
Return Value
MaterialBaseA new instance of the material with smothness set to the provided value.
See Also