InstancedMesh.setColorAt doesn't works

Hi,

I try to reproduce the example with the instance and the possibility to transform the color of the instance but it does not work. However I reproduce exactly the same code as the example of the site

Here is my codepen with the commented line not working (n°36)… Is it due to a redesign of THREE.JS. How can I do it now?

InstancedMesh.setColorAt() was added with r120. You are using r117.

1 Like

Thanks Mugen87