Material

The representation of a physical layer-Material. That is to say, a layer of a certain thickness made of a certain Substance

Examples

.spl
Material {
    name:"Fancy Material",
    substance: "Fancy Substance",
    thickness: 0.2
}
.json
{
    "name":"Fancy Material",
    "substance": "Fancy Substance",
    "thickness": 0.2
}

Full Specification

Material {
   name : string,
   substance : string,
   thickness : number,
}

name

The name of the material object

substance

The name of the Substance of which this [Material] is made of

thickness

The thickness of the [Material]