issues
search
stackotter
/
delta-client
An open source Minecraft Java Edition client built for speed.
https://deltaclient.app
GNU General Public License v3.0
331
stars
32
forks
source link
Refactor rendering
#63
Closed
stackotter
closed
2 years ago
stackotter
commented
2 years ago
Description
This PR:
Rewrites the rendering system
Implements fancy occlusion culling for chunk sections
Optimises mesh preparation scheduling
Gets rid of the weird batching approach I used to use
Fixes a lot of thread-safety issues
Adds a wireframe rendering mode
Adds basic
RenderConfiguration
options
Tweaks clipping plane distances a bit
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] This change requires a documentation update
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation comments
[x] My changes generate no new warnings
Description
This PR:
RenderConfiguration
optionsType of change
Checklist: