spite / THREE.MeshLine

Mesh replacement for THREE.Line
MIT License
2.13k stars 379 forks source link

Adding arrow head to the meshline #115

Open navinleon opened 3 years ago

navinleon commented 3 years ago

Is it possible to add an arrowhead to the meshline? I'm not able to find any example around it, it would be nice if someone can guide me towards the documentation or example. image

ryanking1809 commented 3 years ago

Arrowheads aren't supported in meshline, you would simply have to draw your own and add it to the end of the line.