I initialize the SCNNode
let asset = MDLAsset(URL: url!)
let object = asset.objectAtIndex(0)
let node = SCNNode(MDLObject: object)
Properties of mtl such as "map_Kd", "map_Ka", "map_Ks" reads well, but the property "map_Bump" or "Bump" are not read automatically. Is there a way to fix this? Sorry for my English, I use translator :)