Hi,
When diagonal tiles should be rendered on Aquilo, but part of the diagonal is snowy, the diagonal tile does not render.
On Nauvis (as expected):
Same setup on Aquilo (no diagonal):
It works correctly if both parts of the diagonal are heated.
Have a nice day!
[2.0.55-0] Incorrect diagonal tiles on Aquilo
Re: [2.0.55-0] Incorrect diagonal tiles on Aquilo
I tried to fix this at least 3 times now and it is really annoying to fix. Core of the problem is that rendering tile transitions does 2 passes, one using original tile ID's which means a frozen hazard concrete is considered different from normal hazard concrete which makes the corner to not draw. Second part of drawing transitions is based on groups of tiles which merge transitions with each other and in this case all tiles involved are considered to be concrete (regardless of being frozen and regardless of having yellow stripes). For this transition to render correctly i think there would have to be a third pass that ignores frozen state of tiles but still considers hazard-concrete as different than concrete. I am going to classify this as a minor issue, mainly because of how small impact this has on the game versus how hard it is to fix in a way that would not break rendering of other tiles and would not add third tile transition render pass slowing down rendering slightly.