spite / THREE.MeshLine

Mesh replacement for THREE.Line
MIT License
2.14k stars 381 forks source link

added visibility uniform for hiding parts of the mesh line #18

Closed wizgrav closed 7 years ago

wizgrav commented 8 years ago

A "visibility" uniform taking values from 0-1 controls opacity over the length of the line. You can check a demo here

http://wizgrav.github.io/aframe/three/meshline/demo/

PWhiddy commented 7 years ago

This looks good!

spite commented 7 years ago

Neat! Thank you!