Sodium

Sodium

35M Downloads

Some edges of block hitboxes sometimes don't render depending on the viewing angle

violine1101 opened this issue · 3 comments

commented

Expected Behavior

All edges of the block outline should show, just like in vanilla:

2020-07-22_16 22 23

Actual Behavior

When looking at a block from certain angles, some edges of the block outline / hitbox don't show:

2020-07-22_16 03 50

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:

2020-07-22_16 03 54

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
commented

Just tested this in 620f5a3 and there the issue doesn't seem to happen.

commented

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.

Some screen from Github’s release:
2020-07-25_16 58 17
2020-07-25_16 58 19
2020-07-25_16 58 25
2020-07-25_16 58 29
2020-07-25_16 58 33

commented

Merging into #182.