MaterialBaseWithIndexOfRefraction Method |
Gets a new instance of the material with the index of refraction set to the provided value.
Namespace: Altaxo.Drawing.D3D.MaterialAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic MaterialBase WithIndexOfRefraction(
double indexOfRefraction
)
Parameters
- indexOfRefraction Double
- The index of refraction.
Return Value
MaterialBaseA new instance of the material with the index of refraction set to the provided value.
See Also