Howto import materials into NME from .gltf file?

I have a .gltf file I exported from 3dsMax, Id like to adjust materials using the NME. possible? if not, how would I get a babylon.pbrmaterial into the NME?

thx

Hey, you cannot inject non NME materials into NME.
But you can easily reproduce PBR with NME:
https://doc.babylonjs.com/how_to/node_material#creating-pbr-materials

ok sounds good thanks