From 1b1fe181eda258083dfd00902f1218052cb98e26 Mon Sep 17 00:00:00 2001 From: Erik Broberg Date: Thu, 21 Jul 2016 18:12:21 -0400 Subject: [PATCH] Fix invalid image file paths. Set focus node to OsirisRex --- data/scene/osirisrex.scene | 2 +- data/scene/osirisrex/osirisrex.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/scene/osirisrex.scene b/data/scene/osirisrex.scene index 8d8d95a908..4de5d71080 100644 --- a/data/scene/osirisrex.scene +++ b/data/scene/osirisrex.scene @@ -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}, }, diff --git a/data/scene/osirisrex/osirisrex.mod b/data/scene/osirisrex/osirisrex.mod index 9610af5b05..fbc9675244 100644 --- a/data/scene/osirisrex/osirisrex.mod +++ b/data/scene/osirisrex/osirisrex.mod @@ -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, }, }