Advanced material type with base texture and second texture which is reflected onto the first one creating a shiny gloss effect.
| Name | Type | Description |
|---|---|---|
| DiffuseColor | ColorPalette | Sets the RGB color of the material when illuminated. The range of values is 0.0 to 1.0. |
| SpecularColor | ColorPalette | Sets the RGB specular color of the material (highlights). The range of values is 0.0 to 1.0. |
| EmissiveColor | ColorPalette | Sets the RGB color of the light the material emits, if any. The range of values is 0.0 to 1.0. |
| Trasparency | SliderControl | Specifies how "clear" an object is, with 1.0 being completely transparent, and 0.0 completely opaque. |
| Shininess | SliderControl | Sets the degree of vividness. |
| Ambient Intensity | SliderControl | Specifies the intensity of the ambient emission from the light. |
| BaseTexture URL | PictureSelector | Selects an image file from Url. |
| Rotation | SliderControl | Sets the degree of rotation of the texture. |
| Scale | 2 ScaleControls | Set the texture scale along the X and Y axes. |
| Translation | 2 RulerControls | Translate the texture along the X and Y axes. |
| ReflectionTexture URL | PictureSelector | Selects an image file from Url. |