in the version r56 of three.js this was working
geometry.verticesNeedUpdate = true
in the new r58 version it is not, what should I do?
in the version r56 of three.js this was working
geometry.verticesNeedUpdate = true
in the new r58 version it is not, what should I do?
The migration docs explain API changes between versions:
If you are using BufferGeometry, geometry.verticesNeedUpdate
has been changed to geometry.attributes.index.needsUpdate
.