spite / THREE.MeshLine

Mesh replacement for THREE.Line
MIT License
2.16k stars 380 forks source link

Standardize the MeshLineMaterial, support fog and logarithmicDepthBuffer. #72

Closed Jeremboo closed 5 years ago

Jeremboo commented 5 years ago

This is a MINOR update !

I rewrote the structure of the MeshLineMaterial to standardize it closer to the others Three.Js materials but in avoid any breaking changes. I confirm that did not change any props or the current shaders core too. I just took advantage of this rewrote to add the support of the fog and the logarithmicDepthBuffer.

Details:

spite commented 5 years ago

Merged, thank you very much!