mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 20:21:24 -06:00
Add comment informing the user of not using single backslashes in paths
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user