Tween from material to material in ThreeJS

201 views Asked by At

Is there a way to tween materials on a mesh ?

i mean something like: new TWEEN.Tween (mesh.mat1).to(mesh.mat2).start();

Ive tried somethings but with no succes

Thx for any suggestions

1

There are 1 answers

4
mrdoob On BEST ANSWER

With tween.js you can only tween numbers.