aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/makamys/lodmod/mixin
AgeCommit message (Collapse)Author
2021-05-10Setup fog distance using Forge eventmakamys
Fixes incompatibility with BOP
2021-05-10Make things work nicer if LODRenderer is inactivemakamys
2021-05-09Patch RenderBlocks to not render sides of water on the edge of the worldmakamys
2021-05-09Use correct player pos for cameramakamys
2021-05-09Render in two passes, no more G to sortmakamys
2021-05-08Do some cleaning in LODRenderermakamys
2021-05-08Make far plane distance changeable on the flymakamys
2021-05-08add an isActive checkmakamys
2021-05-08less flickermakamys
2021-05-07Disabled culling of dark quads (for now)makamys
I culled them to get rid of caves which shouldn't be part of LODs. But it caused gaps in geometry in seabeds and cliff overhangs.
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
2021-05-06Implement EntityRenderer changesmakamys
2021-05-06foggymakamys
2021-05-06Print farPlaneDistance in setupCameraTransformmakamys
2021-05-06Initial commit (basic Mixin setup)makamys