I am trying to export a file to GLTF format. It exports fine but the Shading setting are not applied. I applied gradient using Shading but when I export the model to GLTF format the gradient doesn’t appear.Blend File
“Procedural” nodes are not supported by the GTLF format - you need additional steps to unwrap the UVs and “bake” all Principled BSDF’s channels.
Check the Blender Docs for the guide for exporting materials and textures for GLTF 2.
Good and current tutorial here:
Good luck.