Real-time lighting + solar system rendering

This commit is contained in:
Anuken
2020-02-29 11:58:10 -05:00
parent f0857fa22d
commit 7a01719816
20 changed files with 491 additions and 356 deletions

View File

@@ -1,11 +1,11 @@
package mindustry.maps.generators;
import arc.math.geom.*;
import mindustry.graphics.g3d.PlanetMesher;
import mindustry.graphics.g3d.HexMesher;
import mindustry.type.*;
import mindustry.world.*;
public abstract class PlanetGenerator extends BasicGenerator implements PlanetMesher{
public abstract class PlanetGenerator extends BasicGenerator implements HexMesher{
protected Sector sector;
protected void genTile(Vec3 position, TileGen tile){