aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/makamys/lodmod/util/Util.java
AgeCommit message (Collapse)Author
2022-06-09Rebrand pt. 1: Rename mod to Neodymiummakamys
2022-06-07Improve Util#intBufferToArray, add Util#floatBufferToArraymakamys
2022-06-07Don't use MeshQuads when mesh optimization is disabledmakamys
Fixes some rendering issues (like cacti on chunk corners, and missing bottom faces) and improves performance, when optimization is not enabled.
2022-06-04Add debug feature enabling overriding resource files externallymakamys
2021-05-09Sort pass 2 meshesmakamys
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