nodec-project / nodec_game_engine

The game engine made with nodec framework.
https://contentsviewer.work/Master/nodec-game-engine/docs
Apache License 2.0
0 stars 0 forks source link

caused Image desaturated with normal rendering #7

Open salt1n opened 1 year ago

salt1n commented 1 year ago

image

ContentsViewer commented 1 year ago

This may be due to the camera effect.

Check the followings.

  1. Open the entity inspector and scene hierarchy window.
  2. Select the camera entity.
  3. Expand the "Post Processing" component.
  4. Disable the effect of "org.nodec-rendering.essentials/materials/post-processings/hdr.material".

or

  1. Open the material editor Windows/Material Editor.
  2. Input "org.nodec-rendering.essentials/materials/post-processings/hdr.material" in the "Target" path.
  3. Adjust the parameters "gamma" or "exposure".
salt1n commented 1 year ago

Thank you for recommending. I will try it asap.

salt1n commented 1 year ago

image image image

What do you think about "Scene 3"'s back ground image. i want to only change back ground image's contrast. What should i do?

ContentsViewer commented 1 year ago

i want to only change back ground image's contrast. What should i do?

Apply the another material to the background image. But there is no shader to adjust the contrast. Need to implement the shader...

salt1n commented 1 year ago

OK. Please improve at ContentsViewer/nodec_game_engine#6.