TheGameCreators / GameGuruRepo

The GameGuru Repository For Community Collaboration
http://www.game-guru.com
137 stars 56 forks source link

Landscape and trees glitch in on save and load #3424

Closed 42Pix3ls closed 2 months ago

42Pix3ls commented 2 years ago

During loading and saving currently the level will show the original topography and trees before loading or saving the current scene.

https://youtu.be/8cGMZWJKZ1s

LeeBamberTGC commented 1 year ago

@42Pix3ls Its a little glitch when the level first loads in, but I can confirm it :)

LeeBamberTGC commented 1 year ago

Related to: https://github.com/TheGameCreators/GameGuruRepo/issues/2683

LeeBamberTGC commented 1 year ago

@42Pix3ls The system (multi core threads) do take a few cycles to stream in and then render the various shader elements (terrain and trees and grass), so rather than interfere with that, or pause rendering, the soluition is to set gamma to zero when a new level is loaded, and fade it in, this hides the brief transition and makes the loading feel smoother too. Added to next EXP build.