Discussion: December 10th, 2020 Development Update

Thank you for the latest Development Update, I’m glad to see LOD problems and Night lighting is being investigated, this is encouraging. I’ve just posted the following information in another discussion and I’ll take the opportunity to paste it here so that it helps finding all the LOD issues I’ve documented:


Explanation:

I believe this is all related to the specific LOD bug I’ve reported back in October. In turn, because the windows are fading away sooner than the walls, the illuminated windows are also fading away sooner than the walls:

Facts and illustrated comparison between previous versions and v1.9.3 - Community / General Discussion - Microsoft Flight Simulator Forums


There are specific LOD problems which all seem to have the same underlying cause: a difference between the distance computation and the threshold value making different objects appearing/disappearing non uniformly.

Part of the problem is the LOD ring algorithm is also factoring in the object size and I suspect the code is doing this unconditionally. This means 2 related objects (building wall + windows, small and large tree at the same distance) will be popping in/out independently.

Here is a detailed analysis of these problems from a user point of view (given the tools available):

I believe there is a bug in the FS2020 code using the Terrain LOD % slider not as a percentage, but as a square root of the percentage which is unexpected.

LOD Problems - Distances revisited - Self-Service / Bugs & Issues - Microsoft Flight Simulator Forums

If this is a programming error, this could explain:

In addition:

Having both ground texture resolution and object distance controlled with a single Terrain LOD setting is a problem too. In effect, many are reducing Terrain LOD in order to reduce the number of objects (buildings, trees, photogrammetry) in the distance and save fps, but in doing so it is also reducing ground texture resolution too quickly and makes the ground appearing too fuzzy too close to the aircraft. Therefore, it would probably be beneficial you do offer 2 sliders: one for ground texture and another one for ground objects, instead of binding the two in a single Terrain LOD slider.

6 Likes