Pitcher plants are rendered slightly differently with Sodium (pixel positions are different)
Lolothepro opened this issue ยท 4 comments
Bug Description
Pitcher plants are rendered slightly differently with Sodium
Reproduction Steps
\
Log File
Crash Report
Does installing https://modrinth.com/mod/sodium-shadowy-path-blocks mostly fix the issue?
Iirc it wont fix it fully but itll be closer to vanilla
Isn't this just wet farmland? I think the bug is referring to the minute difference in alignment of the pitcher plant's quads.
Please annotate the exact issue you are describing. There are multiple things which differ between the images and it's not clear what you are trying to point out.
This is not a truly fixable problem with Sodium. There will always be a very small amount of vertex imprecision when addressing cross-hatch models like this, and the compact vertex format we're using is too beneficial to justify disabling it for extremely small problems like this.
We may be able to improve the defect to the point of being imperceptible (i.e. if we use 20-bit vertex positions), but it will never be perfect.