Fix invalid image file paths. Set focus node to OsirisRex

This commit is contained in:
Erik Broberg
2016-07-21 18:12:21 -04:00
parent d677cb10e7
commit 1b1fe181ed
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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},
},
+2 -2
View File
@@ -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,
},
}