I try to develop a board game with BABYLON.js
I have a board and an ArcRotateCamera.
My light is an HemisphericLight
When I draw Lines on my board I would like that these line have all the same aspect. Now when I move the camera, the light have an effect on these lines and some of them disappear by changing color too close to the background color.
How i can define that my line doesn't are affected by the light ?