Procedural Texture Generated by Export

I found the missing line by playing around:
nodeMaterial.mode = BABYLON.NodeMaterialModes.ProceduralTexture;
Seems to do the trick. Here is the playground:

1 Like