From d9f874472eb447ed2e6c623cab9edac3c160cd3c Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Thu, 8 Feb 2018 10:19:53 -0500 Subject: [PATCH] Add comment informing the user of not using single backslashes in paths --- data/assets/customization/globebrowsing.asset | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/assets/customization/globebrowsing.asset b/data/assets/customization/globebrowsing.asset index 81fabf615c..105a2b18b0 100644 --- a/data/assets/customization/globebrowsing.asset +++ b/data/assets/customization/globebrowsing.asset @@ -2,7 +2,11 @@ -- example: -- asset.require('../scene/solarsystem/planets/mars/mars') --- Add folders to this list that contain .info files describing HiRISE patches +-- Add folders to this list that contain .info files describing patches +-- OBS: Even on Windows, you have to use forward slashes (/) or double backslashes (\\) +-- rather than single backslashes (\) as they are otherwise interpreted as escape +-- sequences +-- For example: C:/OpenSpace or C:\\OpenSpace rather than C:\OpenSpace local vrt_folders = { Mars = { -- Add folders here whose contents will be automatically added to the Mars globe