mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-24 05:18:59 -05:00
Fix invalid image file paths. Set focus node to OsirisRex
This commit is contained in:
@@ -166,7 +166,7 @@ return {
|
||||
ScenePath = ".",
|
||||
CommonFolder = "common",
|
||||
Camera = {
|
||||
Focus = "Bennu2",
|
||||
Focus = "OsirisRex",
|
||||
Position = {690952831942.419800, 665640329630.609375, 131488636639.521881},
|
||||
Rotation = {0.668258, -0.089482, 0.589040, 0.445484},
|
||||
},
|
||||
|
||||
@@ -34,7 +34,7 @@ return {
|
||||
{
|
||||
Type = "SingleImage",
|
||||
Name = "Basic",
|
||||
FilePath = "../debugglobe/map_service_configs/ESRI_Imagery_World_2D.wms",
|
||||
FilePath = "../debugglobe/textures/test_tile.png",
|
||||
Enabled = true,
|
||||
},
|
||||
}
|
||||
@@ -85,7 +85,7 @@ return {
|
||||
{
|
||||
Type = "SingleImage",
|
||||
Name = "Basic",
|
||||
FilePath = "../debugglobe/map_service_configs/ESRI_Imagery_World_2D.wms",
|
||||
FilePath = "../debugglobe/textures/test_tile.png",
|
||||
Enabled = true,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user