Serpulo clouds

This commit is contained in:
Anuken
2021-09-05 00:42:47 -04:00
parent e958cce816
commit ed86f50a2f
4 changed files with 83 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ public class Planets implements ContentList{
serpulo = new Planet("serpulo", sun, 1, 3){{
generator = new SerpuloPlanetGenerator();
meshLoader = () -> new HexMesh(this, 6);
cloudMeshLoader = () -> new HexSkyMesh(this, 0.17f, 5, Color.white.cpy().lerp(Pal.spore, 0.7f).a(0.7f), 2, 0.5f, 1.1f, 0.45f);
atmosphereColor = Color.valueOf("3c1b8f");
atmosphereRadIn = 0.02f;
atmosphereRadOut = 0.3f;