Answer the question
In order to leave comments, you need to log in
How to gradually change texture color with three.js?
Guys, I want to set the base color, and then smoothly repaint the stl model in a different color. Something like a progress bar.
Now I change the color of the entire texture somehow like this:
mesh = new THREE.Mesh(geo, material);
mesh.material.color.set(parseInt(mesh_color.substr(1), 16));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question