Open makc opened 8 years ago
It's a realy big issue
@spite it would be useful to add this shortcoming (and the temporary solution) to the readme. I wasted a lot of time pulling my hair out trying to figure this out and was starting to think that there was something wrong with three.js as verticesNeedUpdate
wasn't working.
Any update to if we can call verticesNeedUpdate as usual? Just wondering!
That's one of the to-dos. For now, modify the original vertices array and call .setGeometry() again. The idea in the future is make the process method to reuse as many values as possible.