chore: remove dead code

This commit is contained in:
2026-04-23 21:09:03 +08:00
parent 2707748843
commit 8f8e2c1bd5
3 changed files with 7 additions and 97 deletions

View File

@@ -5,7 +5,7 @@
namespace Cubed {
constexpr float BIOME_NOISE_FREQUENCY = 0.003f;
constexpr float BIOME_NOISE_FREQUENCY = 0.03f;
constexpr float PLAIN_FREQ = 0.4f;
constexpr float FOREST_FREQ = 1.2f;

View File

@@ -47,9 +47,6 @@ private:
void clear_dirty();
void resolve_biome();
void resolve_blocks();
public:
Chunk(World& world, ChunkPos chunk_pos);
~Chunk();
@@ -64,7 +61,7 @@ public:
HeightMapArray get_heightmap() const;
static int get_index(int x, int y, int z);
static int get_index(const glm::vec3& pos);
void init_chunk();
// Init Chunk
// Generate Biome
void gen_phase_one();
// Adjust Biome