IMaterialWithSpecularPropertiesAs Method |
Returns a new material based on this material, but with all specular properties taken from the template material provided in templateMaterial.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IMaterial WithSpecularPropertiesAs(
IMaterial templateMaterial
)
Parameters
- templateMaterial IMaterial
- The template material.
Return Value
IMaterialA new material based on this material, but with all specular properties taken from the template material provided in
templateMaterial.
See Also