-
Notifications
You must be signed in to change notification settings - Fork 812
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
Translucent blocks do not render correctly (fixed in Sodium 0.6) #38
Translucent blocks do not render correctly (fixed in Sodium 0.6) #38
Comments
also it show other weird thing like the sky rendering black instead of white or stained glass can't show other stained glasses behind them |
Sodium does not implement quad sorting for translucent block faces, leading to all kinds of translucency issues. I'll be making this a tracking issue for other problems caused by it. |
Also, portals are invisible behind glass. |
See this video by Xisumavoid for another example of this issue with Honey Blocks (they are almost as see-through as glass, even though they shouldn't be that translucent). |
Just in case this is useful, not sure if I'm rehashing what's already known - I'm getting same rendering as @zLauch on f577eb2 (and also on ishland's 1.16.2 support PR, though evidently that's not the actual cause) but not 0.1.0. Hardware is AMD Mullins, happens with all of sodium's rendering modes.
|
is there an actual implementable fix for this yet? or am I gonna be stuck not viewing the waterfalls in my terrarium? |
No, it's a WIP. See: pull request |
Please stop!...adding yet more images of the same thing This bug is being actively worked on, and we don't need any more information about it. Thanks! |
This problem will be resolved in Sodium 0.6 with the introduction of #2016. |
…feineMC#2016) This PR implements efficient CPU translucency sorting. See CaffeineMC#2016 for a useful overview of the concepts. Closes CaffeineMC#38
…feineMC#2016) This PR implements efficient CPU translucency sorting. See CaffeineMC#2016 for a useful overview of the concepts. Closes CaffeineMC#38
…feineMC#2016) This PR implements efficient CPU translucency sorting. See CaffeineMC#2016 for a useful overview of the concepts. Closes CaffeineMC#38
Expected Behavior
Water will be visible inside glass stained pipes, commonly used in water elevators
Actual Behavior
Water is not visible through stained glasses, although items can be seen flowing
Reproduction Steps
Make a water tube, doesn't matter if its flowing or a water elevator type.
Attachments
https://cdn.discordapp.com/attachments/389371678859460611/726798724206166066/received_707934516451025.png
System Information
The text was updated successfully, but these errors were encountered: