aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/makamys/lodmod/renderer/ChunkMesh.java
AgeCommit message (Expand)Author
2021-05-10Rewrite ChunkMesh#{readIntAt, readShortAt} to be faster hopefullymakamys
2021-05-10Track NBT arrays in ChunkMesh RAM usagemakamys
2021-05-10Reduce RAM usage by storing invisible chunk meshes in NBT formmakamys
2021-05-09Render in two passes, no more G to sortmakamys
2021-05-09Remove some junk from ChunkMeshmakamys
2021-05-09press G to sortmakamys
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-07Port mod from MCP to Forge!makamys