I am trying to get mesh normals and lights working in LibGDX project.
I already have textured mesh generated from heightmap texture pixels.
The problem>
Solved the problem by debugging and drawing all normal positions with MeshPartBuilder / GL_LINES.
I found out that the normals were pointing inside the terrain. Changing normal direction was the solution.