LineSystem clone method does not copy value of alpha property

Hi.

A few months ago the code (without “useVertexAlpha: true”) worked correctly, i.e. the line system and its clone were transparent. Now the line system with “useVertexAlpha: true” is transparent, but the clone is not.

I guess this is a bug, but maybe I’m doing something wrong. How can I make the line system clone transparent? Thank you in advance for the answer.

This should fix it Fix lineMesh cloned alpha values by sebavan · Pull Request #16043 · BabylonJS/Babylon.js · GitHub

2 Likes

Thanks for quick help.

1 Like