fewer asteroids (for performance reasons, due to shadows)

This commit is contained in:
yuni 2024-05-01 03:52:08 +02:00
parent 95645e4ab1
commit 66920f44e9

View file

@ -27,7 +27,7 @@ const STARS_MAX_MAGNITUDE: f32 = 5.5; // max 7.0, see generate_starchart.py
const SKYBOX: bool = false; const SKYBOX: bool = false;
const ASTEROID_SPAWN_STEP: f64 = 500.0; const ASTEROID_SPAWN_STEP: f64 = 1000.0;
const ASTEROID_VIEW_RADIUS: f64 = 3000.0; const ASTEROID_VIEW_RADIUS: f64 = 3000.0;
const ASSET_NAME_ASTEROID1: &str = "asteroid1"; const ASSET_NAME_ASTEROID1: &str = "asteroid1";