You can use the ToneMapFilter.
mhh wait default terrain shader does not support PBRā¦ the probe doesnāt affect it.
Primitive? These trucks sure do beat me at racing 9 times out of 10.
https://i.imgur.com/MZb9dk2.gif
I suppose that says something about my skills, getting beaten by a dozen pid controllers.
Itās exactly that bug.
Ok thatās something I want to know more aboutā¦
I wouldnāt say so. I tried turning the directional light off and only having the lightprobe. The results were interesting to say the least. It looked like a twilight zone, some spots being mildly lit and sone completely dark. Will post a picture once I get to PC.
Well a test case would be appreciable if you can find the time.
There must be something wrong in the Technique def and somehow the probe must be considered like an other light type.
Are you using 3.2 or master?
Hi @nehon, I am experiencing the same results.
I switched the gamma correction on and that helped.
If I place a single light probe in my scene, it appears as if it the light probe works like a point light for any models that donāt have a PBR shader. The triangles facing one direction are always lit up very bright (and sometimes flicker), and the triangles facing the other way donāt receive any lighting from the light probe.
Although I canāt get it to affect my terrain, only certain models, especially trees and buildings. Iām also using the standard terrain like you so itās strange I canāt reproduce the problem on the terrain in this specific scene
I canāt reproduce the issue, though reading and stepping through the code, seems that light probes are indeed somehow counted as valid lights for the classic lighting shader.
I pushed a fix, if any of you could try?
https://github.com/jMonkeyEngine/jmonkeyengine/commit/db48b98a2eeb3ca87446e56c2472d993a662d9c9
Enabling gamma correction did fix the issue of oversaturation. Iām in the middle of ludum dare and donāt have engine build pipeline set up, so canāt really test sadly.
I like it.
Looking very good @grizeldi.
I have basically only started today with my game. My Saturday was full. Had to go to my sons rugby matches and had 'n party.
So I will only enter the 72 hour jam.
My game is a Black Jack Racing game.
Our mostly final day 2 status update:
https://ldjam.com/events/ludum-dare/41/$73678/day-2-done
404
Appropriate
I really hate Ludum dare and their personalized URLs. Will try to fix it.
there is a problem in this forum copy the link donāt click on it.
You mean hand type itā¦ because cutting and pasting gives the same results.
I think I found the culprit. For some reason LD website uses dollar signs in their urls. Discourse automatically URL encoded them to %24 or whatever when clicked, but with those, the link throws a 404.