Exporting Node Material Shader to be used in ThreeJS

No, a node material is not meant to be exported at the GLSL code level, even for reuse in Babylon.js. See for eg:

For very simple materials you may be able to use the glsl code directly, but if for eg you add lighting it’s simply impossible, lights relies on existing feature in the Babylon.js framework to work.

4 Likes