aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/makamys/lodmod/renderer
AgeCommit message (Collapse)Author
2021-05-08Unload empty regionsmakamys
2021-05-08Disable blending (fixes derpy fancy leaves)makamys
I really should force fast leaves on LOD models
2021-05-08Fix simple meshes not getting unloaded when they're replacedmakamys
2021-05-08less flickermakamys
2021-05-07Implemented loadingmakamys
2021-05-07Save ChunkMeshes to disk (no loading yet)makamys
2021-05-07Add used RAM and mesh count to F3makamys
2021-05-07Fix distant chunks becoming invisible forevermakamys
2021-05-07Unload invisible meshes from VRAMmakamys
2021-05-07Unload stuff from RAM on world unloadmakamys
2021-05-07Add VRAM meter to F3 overlaymakamys
2021-05-07Rename MyRenderer to LODRenderermakamys
2021-05-07Refactor MyRenderer to use a singleton instead of being staticmakamys
This should help with memory leaks and clean up the code a bit
2021-05-07Port mod from MCP to Forge!makamys
The only known regression is the sides of LOD=1 chunks look darker for some reason