CaffeineMC / sodium

A Minecraft mod designed to improve frame rates and reduce micro-stutter
Other
4.77k stars 811 forks source link

Bugfix: some faces of decorated pots would not render #2788

Closed MeeniMc closed 1 week ago

MeeniMc commented 3 weeks ago

This was due to passing-in the quadindex in emission order rather than direction order to ModelCuboid.shouldDrawFace()

fix: #2781

jellysquid3 commented 1 week ago

I've merged an alternative solution which avoids the overhead of indirection, by simply reordering the cull bitmask in the cuboid data.