BABYLON.Mesh 's normal doesn't work

I set the normals of a BABYLON.Mesh,but it doesn’t work,Is material or light set wrong?

You disabled lighting on your material (disableLighting = true) so your mesh won’t use the normals. Try to set false instead.

2 Likes