What can I do to make the line renerating the same as with babylon 6.49.0?
The babylon 7.41.1 version looks worse.
In playground the red line fades sometimes in 7.41.1, in 6.49.0 it looks fine.
What can I do to make the line renerating the same as with babylon 6.49.0?
The babylon 7.41.1 version looks worse.
In playground the red line fades sometimes in 7.41.1, in 6.49.0 it looks fine.
Hello , try add useVertexAlpha:true in createline options, it seems to solve the pb : https://playground.babylonjs.com/?BabylonToolkit#I00OJK#6
Thank you