Material

name: Material
documentation:

Defines the appearance of a given material group and the way light will interact with it

attribute
name: Ambient
type: imml:Colour
use: optional
documentation:

A value determining how ambient light is reflected

attribute
name: Diffuse
type: imml:Colour
use: optional
documentation:

A value determining how diffuse light is reflected

attribute
name: Emissive
type: imml:Colour
use: optional
documentation:

A value determining the light to emit

attribute
name: Specular
type: imml:Colour
use: optional
documentation:

A value that indicates the highlight colour. Increase/decrease this using the Power attribute.

attribute
name: Opacity
type: xs:float
use: optional
documentation:

A value between 0 and 1 describing the amount of opacity

attribute
name: Power
type: xs:float
use: optional
documentation:

The amount of specular highlighting

attribute
name: AlphaThreshold
type: xs:float
use: optional
default: 0.5
documentation:

A value between 0 and 1 which represents the alpha threshold for this material

attribute
name: EnableTextures
type: imml:Boolean
use: optional
default: True
documentation:

When false, disables textures for the material group this material is nested within