JSModeler
JSModeler copied to clipboard
Change Material after model is loaded.
I'm trying to load a new material for the loaded model dynamically and unable to do so. Would I have to remove and readd the meshes?
You can modify the material of the generated three.js mesh like in this example: https://github.com/kovacsv/JSModeler/blob/development/sandbox/changematerial.html