Tween from material to material in ThreeJS

234 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 best solutions below

4
On BEST ANSWER

With tween.js you can only tween numbers.