mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Add ChunkIndexTileProvider to dynamically render chunk indices on tiles
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
}]]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user