how to update geometry vertex position in three.js r58? -
in version r56 of three.js working
geometry.verticesneedupdate = true in new r58 version not, should do?
the migration docs explain api changes between versions:
if using buffergeometry, geometry.verticesneedupdate has been changed geometry.attributes.index.needsupdate.
Comments
Post a Comment