spite / THREE.MeshLine

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

MeshLine.advance() artifacts #81

Open brianjacobs-natgeo opened 5 years ago

brianjacobs-natgeo commented 5 years ago

Hi, In the advance() demo (https://www.clicktorelease.com/code/THREE.MeshLine/demo/birds.html), and independently in my code, there are artifacts in a meshline's tail when using advance(). It's as if the end of the tail isn't being removed sequentially. See the circled parts here, where the line becomes discontinuous:

birdtails

Know what might be causing this?

Axiverse commented 3 years ago

Without antialiasing, lines with width < 1 pixel may or may not be consistently visible. This seems to be the case here.