summaryrefslogtreecommitdiffstats
path: root/world (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-20Simplify and Fix Monument Codedusoleil6-30/+41
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 debuggingdusoleil2-0/+8
2022-09-20Merge remote-tracking branch 'mika/ship-development' into mika-assetsdusoleil15-0/+2902
2022-09-20Import and configure lighthouse monumentmikatomik21-0/+1685
2022-09-20Add more rock objectsmikatomik4-0/+2165
2022-09-20Import rock and texture for world generationmikatomik12-0/+737
2022-09-20Add ability to add static monuments to the worlddusoleil7-35/+294
2022-09-19Add Levels of Detail per Chunkdusoleil10-122/+143
2022-09-19Use MultiMesh to dramatically increase performance of generated worlddusoleil7-44/+66
2022-09-19Scale rocks based on noise and add a random rotationdusoleil1-8/+26
2022-09-18Organize World Gen Stuffdusoleil11-0/+397