.loadMaterial(material)
Turns your material parameter and returns whs material object. This function checks for kind property and turns it into THREE.Material
object.
If you pass a THREE.Material object there - it will return itself.
Updated less than a minute ago