remove DeterministicRenderingConfig#12811
Conversation
|
The generated |
|
Doesn't this still affect the sorted render phases? |
|
looks like it is still required for transparent material, but example regarding the |
|
If I introduce a little shift in the transforms of the deterministic example, it looks like and... it's not deterministic anymore, how it looks will change every time it's run
Right, with a transparent material it works as expected We already have a tool against z fighting it's |
# Objective - Since bevyengine#12453, `DeterministicRenderingConfig` doesn't do anything ## Solution - Remove it --- ## Migration Guide - Removed `DeterministicRenderingConfig`. There shouldn't be any z fighting anymore in the rendering even without setting `stable_sort_z_fighting`

Objective
DeterministicRenderingConfigdoesn't do anythingSolution
Migration Guide
DeterministicRenderingConfig. There shouldn't be any z fighting anymore in the rendering even without settingstable_sort_z_fighting