Commit 46d3e49
authored
Render reorder (#7177)
Move the rendering of ships with effects to immediately after rendering of ships. This fixes rendering in several edge cases where, currently, additively-rendered items, among others, are incorrectly obscured by ships with effects. This affects anything that doesn't render to the depth buffer -- nebula poofs, particles, lasers, beams, engine glows, etc.
Forward-rendered objects (due to transparency) still interact incorrectly with full nebula fog, but that's out of scope for this PR.1 parent 4dfdddf commit 46d3e49
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3514 | 3514 | | |
3515 | 3515 | | |
3516 | 3516 | | |
| 3517 | + | |
| 3518 | + | |
| 3519 | + | |
| 3520 | + | |
| 3521 | + | |
| 3522 | + | |
| 3523 | + | |
| 3524 | + | |
3517 | 3525 | | |
3518 | 3526 | | |
3519 | 3527 | | |
3520 | 3528 | | |
3521 | | - | |
3522 | 3529 | | |
3523 | 3530 | | |
3524 | 3531 | | |
| |||
3532 | 3539 | | |
3533 | 3540 | | |
3534 | 3541 | | |
3535 | | - | |
3536 | | - | |
3537 | | - | |
3538 | | - | |
3539 | | - | |
3540 | | - | |
3541 | | - | |
3542 | 3542 | | |
3543 | 3543 | | |
3544 | 3544 | | |
| |||
0 commit comments