Added planet atmosphere shader

This commit is contained in:
Anuken
2020-03-29 17:08:25 -04:00
parent 65bf97bc03
commit f22e1bdeb3
8 changed files with 212 additions and 28 deletions

View File

@@ -38,6 +38,7 @@ public class Planets implements ContentList{
starter = new Planet("TODO", sun, 3, 1){{
generator = new TODOPlanetGenerator();
meshLoader = () -> new HexMesh(this, 6);
atmosphereColor = Color.valueOf("3c1b8f");
}};
}
}