Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textures on flowing water blocks are not rendering properly (weird squares are forming behind water blocks) #1216

Closed
Lythael opened this issue Mar 5, 2022 · 6 comments
Labels
E-duplicate Closed: Duplicate issue T-bug Type: Bug

Comments

@Lythael
Copy link

Lythael commented Mar 5, 2022

Version information

sodium-fabric-mc1.18.2-0.4.1+build.15

Expected Behavior

This is how it supposed to look correctly rendered water blocks and their textures in vanilla 1.18 :
vanilla

Actual Behavior

Flowing water textures segment in a weird way causing odd "squares" to form at the back of said water blocks
Example:
sodium bug

Reproduction Steps

  1. Observe any vertical flowing water blocks with no blocks behind them.
  2. Notice the textures alpha looking odd and weird "squares" that form behind said water blocks.

Java version

Java 1.18

CPU

AMD APU A8-6600K Quad-Core

GPU

AMD Radeon RX 560 Gigabyte Gaming OC 4GB

Additional information

I tried fiddling with sodium settings even disabling them all this issue still happens.
Issue is not present on vanilla game.

@Lythael Lythael added S-needs-triage Status: Needs triage T-bug Type: Bug labels Mar 5, 2022
@Pectacular
Copy link

Looks like another duplicate of #38

@cowsha
Copy link

cowsha commented Apr 4, 2022

Same version, same bug.

@pajicadvance pajicadvance added E-duplicate Closed: Duplicate issue and removed S-needs-triage Status: Needs triage labels May 10, 2023
@pajicadvance pajicadvance closed this as not planned Won't fix, can't repro, duplicate, stale May 10, 2023
@Lythael

This comment was marked as abuse.

@asumagic
Copy link

Notice that the issue was closed as a duplicate, because it is known and has been reported already many times. It was not closed because developers don't want it fixed.
GitHub recommends this way of closing issues for duplicates, as far as I remember, and it shows as "not planned" regardless.

The lighting engine optimizations have nothing to do with what Sodium does :)

@Lythael

This comment was marked as abuse.

@Felix14-v2
Copy link

You are naive if you think this is ever planned to be fixed

You are incredibly naive if you think that no one has tried to solve this problem. Transparency sorting is one of the most difficult problems that you may encounter when working with graphics at all. In Discord, developers have returned to this problem and tried to solve it many times. But in the end, they came to the conclusion that the only way to make it fast enough is to use the functions of modern OpenGL. And this means that half of those in need will no longer be able to use Sodium due to outdated hardware.

You can't even imagine how many problems in Sodium have yet to be solved. And if you are really interested in following the progress, you can do it in the development channel in the CaffeineMC Discord. But be prepared to read hundreds and thousands of messages daily. Also keep in mind that Sodium is being developed by enthusiasts in their free time. Sodium doesn't sell capes. Donations and creator payouts are too small to allow developers to give up their job and devote themselves entirely to the development of Sodium. So, contribution would be greatly appreciated.

By the way, you can track the progress here or here, and explore the previous public attempt to solve it: #519

@CaffeineMC CaffeineMC locked as too heated and limited conversation to collaborators May 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
E-duplicate Closed: Duplicate issue T-bug Type: Bug
Projects
None yet
Development

No branches or pull requests

6 participants