Updated world module (now voronoi roads work

This commit is contained in:
Segey Lapin
2021-10-13 16:33:36 +03:00
parent d0b1daa6e9
commit e35d566eb8
14 changed files with 1533 additions and 246 deletions

View File

@@ -45,7 +45,7 @@ public:
void set_density_map(Ref<DensityMap> map);
Ref<DensityMap> get_density_map() const;
void generate_block(VoxelBlockRequest &input) override;
Result generate_block(VoxelBlockRequest &input) override;
float height_func(int x, int y, int z);
private: