Description
The hovertank PBR material in TestPBRLighting
looks different from what is expected.
Expected (screenshots by Oxplay and Riccardo):
Actual (screenshots on my machine):
Notice the absense of light reflections on the hovertank.
However:
and, just as an example to check that environment map reflections work, with Roughness = 0
and Metallic = 0.5
:
At the same time the capture in RenderDoc on my machine shows the correct image (with default PBR params settings of TestPBRLighting), notice how the back of the tank has light reflected from it:
The above RenderDoc capture: https://drive.google.com/open?id=1itHj736k8G48ahxspe86CbkaCVaF3IWb
Also, the results are strange with gamma correction on:
In JME window there are no positive changes, but everything just seems more light:
In the capture of RenderDoc 1.5 everything just seems darker:
This happens on a barebones Gradle project with all the required JME 3.3.0-beta1
dependencies and the sole java class TestPBRLighting
. No filters applied and no custom or changed shaders.