Add ChunkIndexTileProvider to dynamically render chunk indices on tiles

This commit is contained in:
nusic
2016-07-13 13:43:12 -04:00
parent 828ec96251
commit c2488b6d8a
5 changed files with 190 additions and 5 deletions
+16 -1
View File
@@ -126,6 +126,11 @@ return {
Name = "Reference_Labels",
FilePath = "map_service_configs/earth/Reference_Labels.xml",
},
{
Type = "ChunkIndex",
Name = "Indices",
FilePath = "textures/test_tile.png",
},
},
HeightMaps = {
{
@@ -186,5 +191,15 @@ return {
DayLength = 24
},
GuiName = "/Solar/EarthTrail"
},
}
--[[,
{
Name = "DebugPlane",
Parent = "DebugGlobe",
Renderable = {
Type = "RenderableDebugPlane",
Texture = 34,
Size = { 1, 7 }
}
}]]
}