spite / THREE.MeshLine

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

Is there any way to create a line mesh with a z thickness? #144

Open natarius opened 2 years ago

natarius commented 2 years ago

I need to create 3d dashed line

I got a demo working here that produces 2d meshes: https://codesandbox.io/s/confetti-forked-xsp9q?file=/src/index.js

Any way to add a z-axis to add volume?