lume / three-meshline

Mesh-based replacement for `THREE.Line` to allow lines thicker than 1 pixel and other features.
https://docs.lume.io/three-meshline/
MIT License
42 stars 4 forks source link

add vertex color support #12

Open trusktr opened 10 months ago

trusktr commented 10 months ago

closes #3

trusktr commented 10 months ago

cc @ImUrX

ImUrX commented 10 months ago

I haven't actually managed to make it work, I ended up using Line2 from three.js

But I don't mind this being merged if it works

trusktr commented 10 months ago

I haven't tried it yet, but would love to get it working.