MaterialBase(Double, Double) Constructor |
Namespace: Altaxo.Drawing.D3D.MaterialAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public MaterialBase(
double smoothness,
double metalness
)
Parameters
- smoothness Double
- The smoothness value, see Smoothness.
- metalness Double
- The specular mixing coefficient, see explanation here: Metalness.
See Also