THREE.MeshLine
THREE.MeshLine copied to clipboard
Is there any way to create a line mesh with a z thickness?
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?