feat(world): voxel chunks + procedural underwater generation + biomes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Floppyrj45
2026-04-19 17:06:35 +02:00
parent 77b1df6060
commit 1c1ff67d88
6 changed files with 537 additions and 0 deletions

10
scenes/World.tscn Normal file
View File

@@ -0,0 +1,10 @@
[gd_scene load_steps=2 format=3 uid="uid://dauphincraft_world"]
[ext_resource type="Script" path="res://scripts/world/ChunkManager.gd" id="1_chunkman"]
[node name="World" type="Node3D"]
[node name="ChunkManager" type="Node3D" parent="." node_paths=PackedStringArray()]
script = ExtResource("1_chunkman")
render_distance = 4
world_seed = 12345