makamys / Neodymium

Reimplements chunk rendering using modern OpenGL features to improve performance (1.7.10)
Other
115 stars 10 forks source link

Remove the SimplifyMeshes/MegaQuad feature #35

Closed FalsePattern closed 8 months ago

FalsePattern commented 9 months ago

The reasons behind this are the following:

Additionally, the smaller codebase around the vertex data shuffling will later allow for easier compatibility tweaks with mods that change the vertex data layout.

Additional changes in the commit not related to this feature:

makamys commented 9 months ago

The rest looks good, I was planning to do this myself at some point since the feature didn't prove to be very useful.

(Meant to post this after the review)