mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 10:28:44 -05:00
OpenGL State Caching.
This commit is contained in:
@@ -31,7 +31,7 @@ local vrt_folders = {
|
||||
-- We recommend using this folder for HiRISE
|
||||
openspace.absPath('${BASE}/../OpenSpaceData/Mars/HiRISE'),
|
||||
-- if not and you have a custom path for HiRISE layers, enter it below
|
||||
'',
|
||||
'/media/jccosta/Big SSD Data/Pessoal/Work/OpenSpaceData/Mars-Gale-Crater/CTX',
|
||||
},
|
||||
Moon = {
|
||||
-- Add folders here whose contents will be automatically added to the Moon globe
|
||||
|
||||
@@ -6,6 +6,8 @@ asset.request('./planets/venus/atmosphere')
|
||||
asset.request('./planets/earth/earth')
|
||||
asset.request('./planets/earth/atmosphere')
|
||||
asset.request('./planets/earth/markers')
|
||||
asset.request('./planets/earth/nycmodel/upperMan.asset')
|
||||
asset.request('./planets/earth/nycmodel/lowerMan.asset')
|
||||
asset.request('./planets/earth/moon/moon')
|
||||
|
||||
asset.request('./planets/mars/mars')
|
||||
|
||||
Reference in New Issue
Block a user