nvidium icon indicating copy to clipboard operation
nvidium copied to clipboard

Block faces are culled regardless of Sodium's block face culling setting

Open forkiesassds opened this issue 2 years ago • 1 comments

Additionally if a mod tries to bypass face culling by overriding the bounding box it instead gets ignored and uses it's own render bounding box.

forkiesassds avatar Jul 05 '23 19:07 forkiesassds

Nvidium seems to bypass DefaultChunkRenderer.getVisibleFaces (Sodium 0.5.2+) and RegionChunkRenderer.buildDrawBatches (Sodium 0.4.x)

forkiesassds avatar Aug 21 '23 01:08 forkiesassds

fixed in https://github.com/MCRcortex/nvidium/commit/94508e3884f72b94d4d6030548e4a7bb425a690c

MCRcortex avatar Sep 03 '24 12:09 MCRcortex