Is it possible to download generated code from NodeMaterial Snippet? I want to modify properties on the fly of generated code. I want to get the code generated for this snippet and modify it without using Node Material Editor and based on user input. Eg>say we have this snippet https://playground.babylonjs.com/#9B0DNU#36 can I get generated code not the final material.
Yes
like this:
let code = nodeMaterial.generateCode();
1 Like
Perfect
1 Like