@@ -226,7 +226,7 @@ public static void load(){
226226 cloudMeshLoader = () -> new MultiMesh (
227227 new HexSkyMesh (this , 1 , 0.65f , 0.19f , 5 , new Color ().set (Color .white ).mul (0.9f ).a (0.25f ), 7 , 0.45f , 0.6f , 0.20f ),
228228 new HexSkyMesh (this , 2 , 0.85f , 0.17f , 6 , new Color ().set (Color .white ).mul (0.9f ).a (0.65f ), 6 , 0.45f , 0.7f , 0.30f ),
229- new HexSkyMesh (this , 3 , 1.15f , 0.15f , 7 , new Color ().set (Color .white ).mul (0.9f ).a (0.95f ), 6 , 0.65f , 0.35f , 0.6f )
229+ new HexSkyMesh (this , 3 , 1.15f , 0.15f , 6 , new Color ().set (Color .white ).mul (0.9f ).a (0.95f ), 6 , 0.65f , 0.35f , 0.6f )
230230 );
231231 launchCapacityMultiplier = 0.5f ;
232232 solarSystem = zetaTitanus ;
@@ -288,7 +288,7 @@ public static void load(){
288288 new CircleMesh (atlas .find ("exogenesis-ring1" ), this ,80 , 1.9f , 2.1f , ringPos1 )
289289 );
290290 cloudMeshLoader = () -> new MultiMesh (
291- new HexSkyMesh (this , 11 , 0.95f , 0.11f , 7 , new Color ().set (ExoPal .genesisLight ).mul (0.9f ).a (0.75f ), 8 , 0.45f , 1.6f , 0.5f ),
291+ new HexSkyMesh (this , 11 , 0.95f , 0.11f , 6 , new Color ().set (ExoPal .genesisLight ).mul (0.9f ).a (0.75f ), 8 , 0.45f , 1.6f , 0.5f ),
292292 new HexSkyMesh (this , 1 , 1.3f , 0.15f , 6 , Color .white .cpy ().lerp (ExoPal .genesisLight , 0.55f ).a (0.75f ), 6 , 0.45f , 0.6f , 0.21f )
293293 );
294294 atmosphereColor = Color .valueOf ("021042" );
@@ -454,15 +454,15 @@ public static void load(){
454454 );
455455 }};
456456 meshLoader = () -> new MultiMesh (
457- new HexMesh (this , 6 ),
457+ new HexMesh (this , 5 ),
458458 new CircleMesh (atlas .find ("exogenesis-ring1" ), this , 80 , 2.55f , 2.6f , ringPos ),
459459 new CircleMesh (atlas .find ("exogenesis-ring3" ), this ,80 , 2.2f , 2.5f , ringPos ),
460460 new CircleMesh (atlas .find ("exogenesis-ring3" ), this ,80 , 1.9f , 2.1f , ringPos1 )
461461 );
462462 solarSystem = ExoPlanets .zetaTitanus ;
463463 cloudMeshLoader = () -> new MultiMesh (
464- new HexSkyMesh (this , 11 , 0.15f , 0.13f , 6 , new Color ().set (Color .blue ).mul (0.9f ).a (0.55f ), 2 , 0.45f , 0.9f , 0.38f ),
465- new HexSkyMesh (this , 1 , 0.6f , 0.16f , 6 , Color .white .cpy ().lerp (Color .blue , 0.55f ).a (0.25f ), 2 , 0.45f , 1f , 0.61f )
464+ new HexSkyMesh (this , 11 , 0.15f , 0.13f , 5 , new Color ().set (Color .blue ).mul (0.9f ).a (0.55f ), 2 , 0.45f , 0.9f , 0.38f ),
465+ new HexSkyMesh (this , 1 , 0.6f , 0.16f , 5 , Color .white .cpy ().lerp (Color .blue , 0.55f ).a (0.25f ), 2 , 0.45f , 1f , 0.61f )
466466 );
467467 launchCapacityMultiplier = 0.5f ;
468468 sectorSeed = 2 ;
0 commit comments