How a surface answers light.
let piece = Material::gloss(0.6, 48.0); let tile = Material::matte(); assert!(piece.specular > tile.specular);