Some edges of block hitboxes sometimes don't render depending on the viewing angle
violine1101 opened this issue · 3 comments
Expected Behavior
All edges of the block outline should show, just like in vanilla:
Actual Behavior
When looking at a block from certain angles, some edges of the block outline / hitbox don't show:
Reproduction Steps
Look at a block from a certain angle if there's another block next to it. Here's a screenshot with the F3 screen open:
When switching into third-person mode, the hitbox renders properly, probably due to the different position of the camera.
Tested versions
The bug doesn't happen in vanilla 1.16.1, but it does happen with Sodium 0.1.0-fabric. Couldn't test newer commits since I didn't manage to get sodium running without crashing.
I'm using fabric version 0.9.0+build.204 (latest) and Minecraft version 1.16.1.
System Information
- Java Version: 1.8.0_51 and 12.0.1
- CPU: Intel Core i7-3770 @ 3.40 GHz
- GPU: GeForce GTX 1050 Ti
Just tested this in 620f5a3 and there the issue doesn't seem to happen.
The bug seems only present with the 0.1 release from Curseforge and Github (https://github.com/jellysquid3/sodium-fabric/releases).
With jellysquid3@885222a from « Actions » tab or compiled myself (with java 14) there was no problem, neither with some other commit.
Merging into #182.