From f20645d24a87f3f99b6e08c3d04a68efbb702184 Mon Sep 17 00:00:00 2001 From: Gene Payne Date: Tue, 22 Oct 2019 16:29:00 -0600 Subject: [PATCH] Modified config file to use test profile instead of scene --- openspace.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openspace.cfg b/openspace.cfg index b47a47aa89..aefdff3b92 100644 --- a/openspace.cfg +++ b/openspace.cfg @@ -42,8 +42,8 @@ SGCTConfig = sgct.config.single{} -- Sets the scene that is to be loaded by OpenSpace. A scene file is a description -- of all entities that will be visible during an instance of OpenSpace - -Asset = "default" +Profile = "newhorizons" +-- Asset = "default" -- Asset = "default_full" -- Asset = "newhorizons" -- Asset = "rosetta"