This commit is contained in:
Anuken
2020-01-18 20:56:00 -05:00
parent b2f9b2ef77
commit b9dd6cc4b5
5 changed files with 66 additions and 19 deletions

View File

@@ -6,4 +6,5 @@ import arc.math.geom.*;
public interface PlanetGenerator{
float getHeight(Vec3 position);
Color getColor(Vec3 position);
//void generate(Vec3 position, Tile tile);
}