New modular biomes system and updated world generator

This commit is contained in:
2024-07-06 20:41:50 -04:00
parent e6e969f053
commit 97f2497940
16 changed files with 341 additions and 190 deletions

View File

@@ -16,8 +16,8 @@ impl Default for PhosCamera {
fn default() -> Self {
Self {
min_height: 10.,
max_height: 120.,
speed: 30.,
max_height: 420.,
speed: 100.,
zoom_speed: 0.3,
min_angle: (20. as f32).to_radians(),
max_angle: 1.,