Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Drawing.D3D.Material"]
| Class | Description | |
|---|---|---|
| MaterialBase | Base of the materials. This material supports specular reflections using a modified Phong equation: kspec = SpecularIntensity*(1+SpecularExponent)*DotProduct[IncidentLight,EmergentLight]. The modification is the term (1+SpecularExponent), which ensures that the integral over the half sphere is constant when the SpecularExponent changes. | |
| MaterialInvisible | ||
| MaterialWithoutColorOrTexture | ||
| MaterialWithUniformColor | Represents a material which is uniformely colored. |