Altaxo. |
| Class | Description | |
|---|---|---|
| MaterialBase | Base class for 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 | Invisible placeholder material used when no material should be rendered. | |
| MaterialWithoutColorOrTexture | Material that has specular properties but no intrinsic color or texture. | |
| MaterialWithUniformColor | Represents a material with a uniform color. |