summaryrefslogtreecommitdiffstats
path: root/world/chunk/Chunk.gd (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-20Simplify and Fix Monument Codedusoleil1-1/+1
Simplify the monument chunks to just be a bounding box with the scene origin at the center. This allows us to automatically calculate the chunks with only the bounds provided. It also fixes the issues with scaling and rotation.
2022-09-20Billboard chunk coords for debuggingdusoleil1-0/+1
2022-09-19Add Levels of Detail per Chunkdusoleil1-11/+26
2022-09-19Use MultiMesh to dramatically increase performance of generated worlddusoleil1-0/+1
2022-09-18Organize World Gen Stuffdusoleil1-0/+16