spite / THREE.MeshLine

Mesh replacement for THREE.Line
MIT License
2.16k stars 380 forks source link

latest three uses setAttribute rather than addAttribute #95

Closed andreasplesch closed 4 years ago

andreasplesch commented 4 years ago

https://github.com/mrdoob/three.js/commit/764bc3dbbc57b696277b77e648be3857ca3e4b25

introduced setAttribute. addAttribute does not work anymore with latest three (which is also used by aframe).

zachzeyuwang commented 4 years ago

@spite It would be nice to merge this -- deprecation warnings make fps drop drastically.