THREE.MeshLine icon indicating copy to clipboard operation
THREE.MeshLine copied to clipboard

Adding vertices dynamically - possible?

Open makc opened this issue 9 years ago • 4 comments

makc avatar Dec 02 '15 23:12 makc

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.

spite avatar Dec 03 '15 01:12 spite

It's a realy big issue

qvantor avatar Apr 08 '16 07:04 qvantor

@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.

amirmohsen avatar Mar 15 '17 23:03 amirmohsen

Any update to if we can call verticesNeedUpdate as usual? Just wondering!

kschaer avatar Jun 24 '18 20:06 kschaer