The upward-facing side is sometimes incorrectly culled
WinExp opened this issue ยท 8 comments
@WinExp I would rather you send me it on discord if possible. At fx.morin
Probably not, this resource pack is a paid resource pack and sharing it requires the author's permission, which I don't have
I asked the author and he asked that the resource pack not be accessible to anyone else, can I send it to you via email?
the cullfaces of the model are set wrongly. basically "cullface": "direction" needs to be removed from elements which shouldn't be culled when that side is culled
But it looks like vanilla calculates whether the face is actually occluded or overlapping, so if moreculling does the same thing then shouldn't it have this problem?
This is kinda true, but not really. Vanilla just culls really inefficiently.
We may look into doing some optimizations for this later, however I wouldnt expect that any time soon.