feat: smooth biome block transition

This commit is contained in:
2026-04-26 11:35:16 +08:00
parent 9402847e89
commit a3eb19e58f
4 changed files with 147 additions and 10 deletions

View File

@@ -73,8 +73,10 @@ public:
void gen_phase_four(const std::array<std::optional<HeightMapArray>, 4>& neighbor_heightmap);
// Generate Block
void gen_phase_five();
// Adjust Block;
void gen_phase_six(const std::array<std::optional<std::vector<uint8_t>>, 4>& neighbor_block);
// Generate Structure
void gen_phase_six();
void gen_phase_seven();
//void gen_vertex_data();
// 0 : (1, 0)
// 1 : (-1, 0)