From 994530265d0786091aef7fbd1cbaa21b14f576ba Mon Sep 17 00:00:00 2001 From: Jonathas Costa Date: Wed, 16 Mar 2016 09:10:52 -0400 Subject: [PATCH] Added new scene files to the configuration file (These new files are commented by default). --- openspace.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openspace.cfg b/openspace.cfg index 811a824b90..db69a9aa85 100644 --- a/openspace.cfg +++ b/openspace.cfg @@ -8,6 +8,10 @@ return { -- 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 Scene = "${SCENE}/default_nh.scene", + -- Scene = "${SCENE}/default.scene", + -- Scene = "${SCENE}/default-modified.scene", + -- Scene = "${SCENE}/rosetta.scene", + -- Scene = "${SCENE}/dawn.scene", Paths = { SGCT = "${BASE_PATH}/config/sgct",