feat(title-3d): horitzó ampliat (starfield Z=1500, naus exiting travessen el VP)

This commit is contained in:
2026-05-22 11:50:26 +02:00
parent 3f10c61e22
commit 85e7e70767
2 changed files with 23 additions and 9 deletions
+3 -3
View File
@@ -48,9 +48,9 @@ namespace Graphics {
// Volum de spawn / regeneració en l'espai 3D.
static constexpr float Z_NEAR_RESPAWN = 5.0F; // Si Z < aquest valor → regenera
static constexpr float Z_FAR_SPAWN = 800.0F; // Z de regeneració (lluny)
static constexpr float HALF_SPAWN_X = 600.0F; // X aleatori dins [-, +]
static constexpr float HALF_SPAWN_Y = 360.0F; // Y aleatori dins [-, +]
static constexpr float Z_FAR_SPAWN = 1500.0F; // Z de regeneració (lluny — més profunditat)
static constexpr float HALF_SPAWN_X = 900.0F; // X aleatori dins [-, +]
static constexpr float HALF_SPAWN_Y = 540.0F; // Y aleatori dins [-, +]
// Mida i moviment.
static constexpr float STAR_BASE_SCALE = 1.8F;