Flat Shading in JME

To get flat shading like that… you need flat shaded meshes. It cannot work otherwise. The normals have to be aligned as there is no way for the GPU to guess what normals you really want.

…once you have a proper mesh, Lighting.j3md should work.