feat: heightmap-inputs

This commit is contained in:
MihailRis
2024-10-16 00:38:58 +03:00
parent 5e79bc07e9
commit 59c4e26eda
10 changed files with 76 additions and 14 deletions
+3
View File
@@ -32,6 +32,9 @@ struct ChunkPrototype {
std::shared_ptr<Heightmap> heightmap;
std::vector<Placement> placements;
/// @brief biome parameters maps saved until heightmaps generation
std::vector<std::shared_ptr<Heightmap>> heightmapInputs {};
};
struct WorldGenDebugInfo {