Jump to content

Recommended Posts

Posted

Vegetaion system now working with undo/redo system. Probably needs some more testing, but I got it done within the time I said it would take.

That means the current build might be the finished 5.0 version...

  • Like 4
  • Upvote 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

Fixed visual artifact that appeared on terrain edges.

  • Like 2

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

Fixed error in point light projection. Point light shadows will be much more accurate now.

  • Like 2

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

Update to the editor with a few bug fixes.

  • Like 2

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

Updated the SSAO effect. It looks super clean.

  • Like 2
  • Upvote 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

Some small fixes to the C++ game template:

  • VSync wasn't actually being disabled when unchecked in the game menu.
  • FPS weapon was shooting in response to mouse clicks in the game menu. This is fixed.
  • Like 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted
  • The game menu system will now allow you to specify some post-processing effects as enabled by default, if its the game's first run and no settings file is found. I enabled bloom and SSAO by default.
  • ACES tone mapping is now included in the lighting code by default, and the tone mapping post-processing effect is removed.
    • In practice, I have never seen a reason not to use it.
    • Making it a separate post-processing effect required an extra full-screen pass that was wasteful, when its just a simple multiplication operation.
    • Some color precision was previously being lost.
    • It makes the renderer look a lot better by default, with no post-processing effects.
    • If you don't want this for any reason, you can comment out the line in PBR/Fragment.glsl (line 480), but it looks a lot better with.
    • If you have the tone mapping post-effect applied in an existing project, you should remove it, since you would be applying the same effect twice
  • The Windows key is no longer disabled.
  • Like 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Guest
This topic is now closed to further replies.
×
×
  • Create New...