Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-20 | Simplify and Fix Monument Code | dusoleil | 1 | -1/+0 | |
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-20 | Billboard chunk coords for debugging | dusoleil | 1 | -0/+7 | |
2022-09-19 | Add Levels of Detail per Chunk | dusoleil | 1 | -0/+10 | |
2022-09-18 | Organize World Gen Stuff | dusoleil | 1 | -4/+4 | |
2022-09-18 | Prototype levels of detail per chunk | dusoleil | 1 | -0/+2 | |
2022-09-18 | Add ChunkLoader to World Generation | dusoleil | 1 | -9/+10 | |
Break up world gen into chunk and offload generating them to a Chunk Loader. The World figures out which chunks should be loaded and gives this to the Chunk Loader. The Chunk Loader frees any chunks out of render distance. It also picks an unloaded chunk and gives it to a worker thread to generate it. | |||||
2022-09-16 | Generate Stuff in a Chunk | dusoleil | 1 | -1/+4 | |
2022-09-16 | Rewrite World code to load/deload Chunks in a circle around a traveler | dusoleil | 1 | -0/+30 | |