Start merging in 1.16.5_QuadTree

The mod does compile and render, however distance LODs don't generate or render correctly and there are other problems as well.
This commit is contained in:
James Seibel
2021-08-04 23:07:03 -05:00
30 changed files with 5957 additions and 108 deletions
@@ -275,11 +275,12 @@ public class LodBufferBuilder
else
currentBuffer = buildableFarBuffer;
throw new UnsupportedOperationException("Not Implemented");
// get the desired LodTemplate and
// add this LOD to the buffer
LodConfig.CLIENT.lodTemplate.get().
template.addLodToBuffer(currentBuffer, lodDim, lod,
xOffset, yOffset, zOffset, renderer.debugging);
// LodConfig.CLIENT.lodTemplate.get().
// template.addLodToBuffer(currentBuffer, lodDim, lod,
// xOffset, yOffset, zOffset, renderer.debugging);
}
}