spite / THREE.MeshLine

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

Meshline to replace LineSegments #152

Open PlopTheReal opened 2 years ago

PlopTheReal commented 2 years ago

I'm trying to use MeshLine within such exemple instead of THREE.LineSegments : https://github.com/gkjohnson/three-mesh-bvh/blob/master/example/clippedEdges.js

Running demo: https://gkjohnson.github.io/three-mesh-bvh/example/bundle/clippedEdges.html

Without sucess so far, this is how the lines looks like:

image