mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 00:44:43 -05:00
Merge asset.localResource and asset.syncedResource (#2906)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "2dF Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_2dF_textures",
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "2dF Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_2dF_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "2MASS Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_2mass_textures",
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "2MASS Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_2mass_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "6dF Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_6dF_textures",
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "6dF Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_6dF_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Abell Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_abell_textures",
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Abell Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_abell_speck",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Alternate Star Labels Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_alternatestarlabels_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Background Radiation Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_backgroundradiation_speck",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Background Radiation Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_backgroundradiation_textures",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Background Radiation Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_backgroundradiation_textures",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Clusters Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_clusters_speck",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local data = asset.syncedResource({
|
||||
local data = asset.resource({
|
||||
Name = "Constellation Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_constellations_data",
|
||||
|
||||
@@ -2,7 +2,7 @@ local constellations_helper = asset.require("util/constellations_helper")
|
||||
|
||||
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Constellation Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_constellations_data",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Deep Sky Objects Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_deepsky_textures",
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Deep Sky Objects Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_deepsky_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Brown Dwarf Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_dwarfs_textures",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Brown Dwarf Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_dwarfs_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Exoplanets Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_exoplanets_textures",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Exoplanets Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_exoplanets_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Exoplanets Candidates Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_exoplanets_candidates_textures",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Exoplanets Candidates Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_exoplanets_candidates_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Globular Clusters Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_globularclusters_textures",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Globular Clusters Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_globularclusters_speck",
|
||||
|
||||
@@ -3,7 +3,7 @@ local earthTransforms = asset.require("scene/solarsystem/planets/earth/transform
|
||||
|
||||
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Grids Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_grids_speck",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Galaxy Groups Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_groups_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "HII Regions Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_h2regions_textures",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "HII Regions Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_h2regions_speck",
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
local circle = asset.syncedResource({
|
||||
local circle = asset.resource({
|
||||
Name = "Circle",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "circle_image",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local HUDFSpeck = asset.syncedResource({
|
||||
local HUDFSpeck = asset.resource({
|
||||
Name = "HUDF Speck",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_hudf_speck",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local ColorMap = asset.syncedResource({
|
||||
local ColorMap = asset.resource({
|
||||
Name = "HUDF color map",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_hudf_textures",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Local Dwarfs Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_localdwarfs_textures",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Local Dwarfs Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_localdwarfs_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local planeTextures = asset.syncedResource({
|
||||
local planeTextures = asset.resource({
|
||||
Name = "Milky Way Plane Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_milkyway_textures",
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local planeSpeck = asset.syncedResource({
|
||||
local planeSpeck = asset.resource({
|
||||
Name = "Milky Way Plane Speck",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_milkyway_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local planeTextures = asset.syncedResource({
|
||||
local planeTextures = asset.resource({
|
||||
Name = "Milky Way Plane Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_milkyway_textures",
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local planeSpeck = asset.syncedResource({
|
||||
local planeSpeck = asset.resource({
|
||||
Name = "Milky Way Plane Speck",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_milkyway_speck",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local homespeck = asset.syncedResource({
|
||||
local homespeck = asset.resource({
|
||||
Name = "Home Speck File",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_home_speck",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local sphereTextures = asset.syncedResource({
|
||||
local sphereTextures = asset.resource({
|
||||
Name = "Milky Way Sphere Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "milkyway_textures",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "OB Associations Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_obassociations_textures",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "OB Associations Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_obassociations_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Open Clusters Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_openclusters_textures",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Open Clusters Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_openclusters_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Planetary Nebulae Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_planetarynebulae_textures",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Planetary Nebulae Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_planetarynebulae_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Pulsars Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_pulsars_textures",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Pulsars Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_pulsars_speck",
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Quasars Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_quasars_textures",
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Quasars Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_quasars_speck",
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local colormaps = asset.syncedResource({
|
||||
local colormaps = asset.resource({
|
||||
Name = "Quasars Colormap",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_quasars_colormap",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Sloan Digital Sky Survey Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_sloandss_textures",
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Sloan Digital Sky Survey Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_sloandss_speck",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Star Labels Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_starlabels_speck",
|
||||
|
||||
@@ -3,7 +3,7 @@ local earth_transforms = asset.require("scene/solarsystem/planets/earth/transfor
|
||||
|
||||
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Grids Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_starorbits_speck",
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Stars Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "stars_du",
|
||||
Version = 5
|
||||
})
|
||||
|
||||
local sunspeck = asset.syncedResource({
|
||||
local sunspeck = asset.resource({
|
||||
Name = "Stars Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_sunstar_speck",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local colormaps = asset.syncedResource({
|
||||
local colormaps = asset.resource({
|
||||
Name = "Stars Color Table",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "stars_colormap",
|
||||
Version = 3
|
||||
})
|
||||
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Stars Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "stars_textures",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Galaxy Superclusters Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_superclusters_textures",
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Galaxy Superclusters Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_superclusters_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Supernova Remnants Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_supernovaremnants_textures",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Supernova Remnants Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_supernovaremnants_speck",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Tully Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_tully_textures",
|
||||
Version = 3
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Tully Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_tully_speck",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Voids Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_voids_speck",
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
local constellationsCSV = asset.localResource("constellation_data.csv")
|
||||
local constellationsCSV = asset.resource("constellation_data.csv")
|
||||
local transforms = asset.require("scene/solarsystem/sun/transforms")
|
||||
local constellations_helper = asset.require("util/constellations_helper")
|
||||
|
||||
|
||||
|
||||
local images = asset.syncedResource({
|
||||
local images = asset.resource({
|
||||
Name = "Constellation Images",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "constellation_images",
|
||||
Version = 4
|
||||
})
|
||||
|
||||
local data = asset.syncedResource({
|
||||
local data = asset.resource({
|
||||
Name = "Constellation Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "digitaluniverse_constellations_data",
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Apogee Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "gaia_apogee",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local colormaps = asset.syncedResource({
|
||||
local colormaps = asset.resource({
|
||||
Name = "Stars Color Table",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "stars_colormap",
|
||||
Version = 3
|
||||
})
|
||||
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Stars Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "stars_textures",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-- Download a dataset of 618 million stars (28 GB), already preprocessed and stored in a binary octree.
|
||||
-- The octree was generated from the full DR2 by filtering away all stars with a parallax error higher than 0.5
|
||||
-- Max Star Per Node = 50,000 and max distance = 500kpc
|
||||
local gaia618Destination = asset.syncedResource({
|
||||
local gaia618Destination = asset.resource({
|
||||
Name = "Gaia DR2 618M Octree",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "gaia_stars_618M_octree",
|
||||
@@ -14,7 +14,7 @@ local gaia618DestinationExtracted = gaia618Destination .. "data"
|
||||
-- Download the full DR2 dataset with 24 values per star (preprocessed with theReadFitsTask (gaia_read.task) into 8 binary files).
|
||||
-- From these files new subsets can be created with the ConstructOctreeTask (gaia_octree.task).
|
||||
-- Total size of download is 151 GB.
|
||||
local gaiaFull = asset.syncedResource({
|
||||
local gaiaFull = asset.resource({
|
||||
Name = "Gaia DR2 Full Raw",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "gaia_stars_dr2_raw",
|
||||
|
||||
@@ -6,21 +6,21 @@ end
|
||||
|
||||
-- Download a preprocessed binary octree of Radial Velocity subset values per star
|
||||
-- (preprocessed into 8 binary files).
|
||||
local starsFolder = asset.syncedResource({
|
||||
local starsFolder = asset.resource({
|
||||
Name = "Gaia Stars RV",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "gaia_stars_rv_octree",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local colormaps = asset.syncedResource({
|
||||
local colormaps = asset.resource({
|
||||
Name = "Stars Color Table",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "stars_colormap",
|
||||
Version = 3
|
||||
})
|
||||
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Stars Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "stars_textures",
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Galah Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "gaia_galah",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local colormaps = asset.syncedResource({
|
||||
local colormaps = asset.resource({
|
||||
Name = "Stars Color Table",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "stars_colormap",
|
||||
Version = 3
|
||||
})
|
||||
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Stars Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "stars_textures",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local texturesPath = asset.syncedResource({
|
||||
local texturesPath = asset.resource({
|
||||
Name = "Habitable Zone Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "habitable_zone_textures",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "ESO Milky Way Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "milkyway-eso_textures",
|
||||
|
||||
@@ -2,7 +2,7 @@ local transforms = asset.require("scene/solarsystem/sun/transforms")
|
||||
|
||||
|
||||
|
||||
local data = asset.syncedResource({
|
||||
local data = asset.resource({
|
||||
Name = "Milkyway Volume Data",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "milkyway_volume_data",
|
||||
|
||||
@@ -2,7 +2,7 @@ local transforms = asset.require("./transforms")
|
||||
|
||||
|
||||
|
||||
local sync = asset.syncedResource({
|
||||
local sync = asset.resource({
|
||||
Name = "Orion Nebula Star Cluster",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "orion_nebula_star_cluster",
|
||||
|
||||
@@ -3,7 +3,7 @@ local transforms = asset.require("./transforms")
|
||||
|
||||
|
||||
|
||||
local sync = asset.syncedResource({
|
||||
local sync = asset.resource({
|
||||
Name = "Orion Nebula Model",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "orion_nebula_model",
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Stars Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "stars-denver_textures",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local speck = asset.syncedResource({
|
||||
local speck = asset.resource({
|
||||
Name = "Stars Speck Files",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "stars-denver_speck",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local colorLUT = asset.syncedResource({
|
||||
local colorLUT = asset.resource({
|
||||
Name = "Stars Color Table",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "stars-denver_colormap",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local kernels = asset.syncedResource({
|
||||
local kernels = asset.resource({
|
||||
Name = "Ceres Kernels",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "ceres_kernels",
|
||||
|
||||
@@ -6,7 +6,7 @@ local Layer = {
|
||||
Identifier = "LAMO_Sweden",
|
||||
Name = "LAMO [Sweden]",
|
||||
Enabled = asset.enabled,
|
||||
FilePath = asset.localResource("lamo.wms")
|
||||
FilePath = asset.resource("lamo.wms")
|
||||
}
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ local globe = asset.require("../../ceres")
|
||||
|
||||
|
||||
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Ceres Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "ceres_textures",
|
||||
|
||||
@@ -3,7 +3,7 @@ local transforms = asset.require("./transforms")
|
||||
|
||||
|
||||
|
||||
local modelFolder = asset.syncedResource({
|
||||
local modelFolder = asset.resource({
|
||||
Name = "Eris Model",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "eris_model",
|
||||
|
||||
@@ -3,7 +3,7 @@ local transforms = asset.require("./transforms")
|
||||
|
||||
|
||||
|
||||
local modelFolder = asset.syncedResource({
|
||||
local modelFolder = asset.resource({
|
||||
Name = "Hamuea Model",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "hamuea_model",
|
||||
|
||||
@@ -3,7 +3,7 @@ local transforms = asset.require("./transforms")
|
||||
|
||||
|
||||
|
||||
local modelFolder = asset.syncedResource({
|
||||
local modelFolder = asset.resource({
|
||||
Name = "Makemake Model",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "makemake_model",
|
||||
|
||||
@@ -4,7 +4,7 @@ asset.require("../trail")
|
||||
|
||||
|
||||
|
||||
local labelsPath = asset.syncedResource({
|
||||
local labelsPath = asset.resource({
|
||||
Name = "Pluto Labels",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "pluto_labels",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local kernels = asset.syncedResource({
|
||||
local kernels = asset.resource({
|
||||
Name = "Pluto Kernels",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "pluto_kernels",
|
||||
|
||||
@@ -4,7 +4,7 @@ asset.require("./trail")
|
||||
|
||||
|
||||
|
||||
local labelsPath = asset.syncedResource({
|
||||
local labelsPath = asset.resource({
|
||||
Name = "Pluto Labels",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "pluto_labels",
|
||||
|
||||
@@ -3,7 +3,7 @@ local transforms = asset.require("./transforms")
|
||||
|
||||
|
||||
|
||||
local models = asset.syncedResource({
|
||||
local models = asset.resource({
|
||||
Name = "Vesta Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "vesta_model",
|
||||
|
||||
+2
-2
@@ -3,14 +3,14 @@ local transforms = asset.require("scene/solarsystem/planets/earth/magnetosphere/
|
||||
|
||||
|
||||
|
||||
local transferFunctions = asset.syncedResource({
|
||||
local transferFunctions = asset.resource({
|
||||
Name = "Fieldlines Transfer Functions",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "sun_earth_event_july_2012-fieldlines_transferfunctions",
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local fieldlineData = asset.syncedResource({
|
||||
local fieldlineData = asset.resource({
|
||||
Name = "Fieldlines Data BATSRUS",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "sun_earth_event_july_2012-batsrus",
|
||||
|
||||
+2
-2
@@ -3,14 +3,14 @@ local transforms = asset.require("scene/solarsystem/sun/transforms_heliosphere")
|
||||
|
||||
|
||||
|
||||
local transferFunctions = asset.syncedResource({
|
||||
local transferFunctions = asset.resource({
|
||||
Name = "Fieldlines Transfer Functions",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "sun_earth_event_july_2012-fieldlines_transferfunctions",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local fieldlineData = asset.syncedResource({
|
||||
local fieldlineData = asset.resource({
|
||||
Name = "Fieldlines Data ENLIL",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "sun_earth_event_july_2012-enlil",
|
||||
|
||||
@@ -2,14 +2,14 @@ local transforms = asset.require("scene/solarsystem/sun/transforms_heliosphere")
|
||||
|
||||
|
||||
|
||||
local transferFunctions = asset.syncedResource({
|
||||
local transferFunctions = asset.resource({
|
||||
Name = "Fieldlines Transfer Functions",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "sun_earth_event_july_2012-fieldlines_transferfunctions",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local fieldlineData = asset.syncedResource({
|
||||
local fieldlineData = asset.resource({
|
||||
Name = "Fieldlines Data PFSS",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "sun_earth_event_july_2012-pfss",
|
||||
|
||||
@@ -4,7 +4,7 @@ local sunAsset = asset.require("scene/solarsystem/sun/sun")
|
||||
|
||||
|
||||
|
||||
local densityDirectory = asset.syncedResource({
|
||||
local densityDirectory = asset.resource({
|
||||
Name = "Bastille Day MAS Density",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "bastille_day_mas_density",
|
||||
@@ -36,7 +36,7 @@ local DensityVolume = {
|
||||
Type = "RenderableTimeVaryingVolume",
|
||||
StepSize = 0.004,
|
||||
Brightness = 0.3,
|
||||
TransferFunction = asset.localResource("transferfunctions/mas-mhd-r-squared-old.txt"),
|
||||
TransferFunction = asset.resource("transferfunctions/mas-mhd-r-squared-old.txt"),
|
||||
SourceDirectory = densityDirectory,
|
||||
GridType = "Spherical",
|
||||
SecondsBefore = 24 * 60 * 60,
|
||||
|
||||
@@ -4,7 +4,7 @@ local rot = asset.require("./carrington_to_heeq_rotation")
|
||||
|
||||
|
||||
|
||||
local fieldlinesDirectory = asset.syncedResource({
|
||||
local fieldlinesDirectory = asset.resource({
|
||||
Name = "Bastille Day MAS Fieldlines",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "bastille_day_mas_fieldlines",
|
||||
@@ -34,8 +34,8 @@ local Fieldlines = {
|
||||
AlphaBlendlingEnabled = false,
|
||||
InputFileType = "Osfls",
|
||||
ColorTablePaths = {
|
||||
asset.localResource("transferfunctions/density-fieldlines.txt"),
|
||||
asset.localResource("transferfunctions/velocity-fieldlines.txt")
|
||||
asset.resource("transferfunctions/density-fieldlines.txt"),
|
||||
asset.resource("transferfunctions/velocity-fieldlines.txt")
|
||||
},
|
||||
ColorTableRanges = {
|
||||
{ 0, 1000000 },
|
||||
|
||||
@@ -4,7 +4,7 @@ local rot = asset.require("./carrington_to_heeq_rotation")
|
||||
|
||||
|
||||
|
||||
local fluxNodesBinaries = asset.syncedResource({
|
||||
local fluxNodesBinaries = asset.resource({
|
||||
Name = "Bastille day Flux nodes binaries",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "bastille_day_streamnodes_binaries",
|
||||
@@ -25,7 +25,7 @@ local Fluxnodes = {
|
||||
Renderable = {
|
||||
Type = "RenderableFluxNodes",
|
||||
SourceFolder = fluxNodesBinaries,
|
||||
ColorTablePath = asset.localResource("transferfunctions/CMR.txt"),
|
||||
ColorTablePath = asset.resource("transferfunctions/CMR.txt"),
|
||||
ColorTableRange = { -2.0, 4.0 }
|
||||
},
|
||||
GUI = {
|
||||
|
||||
@@ -4,14 +4,14 @@ local rot = asset.require("./carrington_to_heeq_rotation")
|
||||
|
||||
|
||||
|
||||
local TexturesPathEquatorial = asset.syncedResource({
|
||||
local TexturesPathEquatorial = asset.resource({
|
||||
Type = "HttpSynchronization",
|
||||
Name = "cutplanes_textures",
|
||||
Identifier = "cutplanes_textures",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local TexturesPathMeridial = asset.syncedResource({
|
||||
local TexturesPathMeridial = asset.resource({
|
||||
Type = "HttpSynchronization",
|
||||
Name = "cutplane_meridial_textures",
|
||||
Identifier = "cutplane_meridial_textures",
|
||||
|
||||
@@ -2,7 +2,7 @@ asset.require("spice/base")
|
||||
|
||||
|
||||
|
||||
local TexturesPath = asset.syncedResource({
|
||||
local TexturesPath = asset.resource({
|
||||
Type = "HttpSynchronization",
|
||||
Name = "Streamnodes textures",
|
||||
Identifier = "streamnodes_legend",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local TexturesPath = asset.syncedResource({
|
||||
local TexturesPath = asset.resource({
|
||||
Name = "Bastille Day Magnetogram",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "bastille_day_magnetogram",
|
||||
|
||||
@@ -2,7 +2,7 @@ local sunTransforms = asset.require("scene/solarsystem/sun/transforms")
|
||||
|
||||
|
||||
|
||||
local trajectory = asset.syncedResource({
|
||||
local trajectory = asset.resource({
|
||||
Name = "C-2019 Q4 Borisov Trajectory",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "borisov_horizons",
|
||||
|
||||
@@ -2,7 +2,7 @@ local sunTransforms = asset.require("scene/solarsystem/sun/transforms")
|
||||
|
||||
|
||||
|
||||
local trajectory = asset.syncedResource({
|
||||
local trajectory = asset.resource({
|
||||
Name = "'Oumuamua Trajectory",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "oumuamua_horizons",
|
||||
|
||||
@@ -9,14 +9,14 @@ local kernels = asset.require("./kernels")
|
||||
|
||||
|
||||
|
||||
local models = asset.syncedResource({
|
||||
local models = asset.resource({
|
||||
Name = "Apollo Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_11_models",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local lemModel = asset.syncedResource({
|
||||
local lemModel = asset.resource({
|
||||
Name = "Apollo Lem Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_lem_model",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local kernelsFolder = asset.syncedResource({
|
||||
local kernelsFolder = asset.resource({
|
||||
Name = "Apollo Kernels",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_11_spice",
|
||||
|
||||
@@ -3,7 +3,7 @@ local moon_asset = asset.require("scene/solarsystem/planets/earth/moon/moon")
|
||||
|
||||
|
||||
|
||||
local lem_model = asset.syncedResource({
|
||||
local lem_model = asset.resource({
|
||||
Name = "Apollo Lem Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_lem_model",
|
||||
|
||||
@@ -9,7 +9,7 @@ local flipbookCount = 19
|
||||
|
||||
local flipbook = nil
|
||||
|
||||
local vrts = asset.syncedResource({
|
||||
local vrts = asset.resource({
|
||||
Name = "Apollo 11 Flipbook",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_11_flipbook",
|
||||
|
||||
@@ -6,7 +6,7 @@ local kernels = asset.require("scene/solarsystem/missions/apollo/15/kernels")
|
||||
|
||||
|
||||
|
||||
local models = asset.syncedResource({
|
||||
local models = asset.resource({
|
||||
Name = "Apollo Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_models",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local folder = asset.syncedResource({
|
||||
local folder = asset.resource({
|
||||
Name = "Apollo Kernels",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_spice",
|
||||
|
||||
@@ -3,7 +3,7 @@ local moonAsset = asset.require("scene/solarsystem/planets/earth/moon/moon")
|
||||
|
||||
|
||||
|
||||
local models = asset.syncedResource({
|
||||
local models = asset.resource({
|
||||
Name = "Apollo Boulders Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_boulders",
|
||||
|
||||
@@ -3,7 +3,7 @@ local moonAsset = asset.require("scene/solarsystem/planets/earth/moon/moon")
|
||||
|
||||
|
||||
|
||||
local models = asset.syncedResource({
|
||||
local models = asset.resource({
|
||||
Name = "Apollo Boulders Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_boulders",
|
||||
|
||||
@@ -3,7 +3,7 @@ local moonAsset = asset.require("scene/solarsystem/planets/earth/moon/moon")
|
||||
|
||||
|
||||
|
||||
local models = asset.syncedResource({
|
||||
local models = asset.resource({
|
||||
Name = "Apollo Boulders Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_boulders",
|
||||
|
||||
@@ -3,7 +3,7 @@ local moonAsset = asset.require("scene/solarsystem/planets/earth/moon/moon")
|
||||
|
||||
|
||||
|
||||
local model = asset.syncedResource({
|
||||
local model = asset.resource({
|
||||
Name = "Apollo Lem Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_lem_model",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local kernelsFolder = asset.syncedResource({
|
||||
local kernelsFolder = asset.resource({
|
||||
Name = "Apollo Kernels",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_spice",
|
||||
|
||||
@@ -4,7 +4,7 @@ local kernels = asset.require("./kernels")
|
||||
|
||||
|
||||
|
||||
local models = asset.syncedResource({
|
||||
local models = asset.resource({
|
||||
Name = "Apollo Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_models",
|
||||
|
||||
@@ -4,7 +4,7 @@ local kernels = asset.require("./kernels")
|
||||
|
||||
|
||||
|
||||
local models = asset.syncedResource({
|
||||
local models = asset.resource({
|
||||
Name = "Apollo Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_models",
|
||||
|
||||
@@ -5,28 +5,28 @@ local moon = asset.require("scene/solarsystem/planets/earth/moon/moon")
|
||||
asset.require("scene/solarsystem/planets/earth/moon/default_layers")
|
||||
|
||||
|
||||
local heightmaps = asset.syncedResource({
|
||||
local heightmaps = asset.resource({
|
||||
Name = "Apollo Globebrowsing Heightmaps",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_globebrowsing_heightmaps",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local basemaps = asset.syncedResource({
|
||||
local basemaps = asset.resource({
|
||||
Name = "Apollo Globebrowsing Basemaps",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_globebrowsing_basemaps",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local naclighting = asset.syncedResource({
|
||||
local naclighting = asset.resource({
|
||||
Name = "Apollo Globebrowsing NAC Lighting",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_globebrowsing_naclighting",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local stations = asset.syncedResource({
|
||||
local stations = asset.resource({
|
||||
Name = "Apollo 17 Globebrowsing Stations",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_17_stations",
|
||||
|
||||
@@ -6,7 +6,7 @@ local moon = asset.require("scene/solarsystem/planets/earth/moon/moon")
|
||||
|
||||
|
||||
|
||||
local insigniasPath = asset.syncedResource({
|
||||
local insigniasPath = asset.resource({
|
||||
Name = "Apollo Insignias",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_insignias",
|
||||
|
||||
@@ -3,7 +3,7 @@ local transforms = asset.require("./transforms")
|
||||
|
||||
|
||||
|
||||
local models = asset.syncedResource({
|
||||
local models = asset.resource({
|
||||
Name = "Artemis Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "artemis_1_models",
|
||||
|
||||
@@ -6,7 +6,7 @@ local moonTransforms = asset.require("scene/solarsystem/planets/earth/moon/moon"
|
||||
|
||||
local ArtemisSpiceId = "-1023"
|
||||
|
||||
local kernels = asset.syncedResource({
|
||||
local kernels = asset.resource({
|
||||
Name = "Artemis Kernels",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "artemis_1_kernels",
|
||||
|
||||
@@ -3,7 +3,7 @@ local earthTransforms = asset.require("scene/solarsystem/planets/earth/transform
|
||||
|
||||
|
||||
|
||||
local kernels = asset.syncedResource({
|
||||
local kernels = asset.resource({
|
||||
Name = "Artemis Kernels",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "artemis_1_kernels",
|
||||
|
||||
@@ -4,21 +4,21 @@ local sun = asset.require("scene/solarsystem/sun/sun")
|
||||
|
||||
|
||||
|
||||
local kernels = asset.syncedResource({
|
||||
local kernels = asset.resource({
|
||||
Name = "Dawn Kernels",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "dawn_kernels",
|
||||
Version = 3
|
||||
})
|
||||
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Dawn Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "dawn_textures",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local models = asset.syncedResource({
|
||||
local models = asset.resource({
|
||||
Name = "Dawn Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "dawn_model",
|
||||
|
||||
@@ -2,28 +2,28 @@ local transforms = asset.require("scene/solarsystem/sun/transforms")
|
||||
|
||||
|
||||
|
||||
local kernels = asset.syncedResource({
|
||||
local kernels = asset.resource({
|
||||
Name = "Vesta Kernels",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "vesta_kernels",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Vesta Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "vesta_textures",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local images = asset.syncedResource({
|
||||
local images = asset.resource({
|
||||
Name = "Vesta Images",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "vesta_images",
|
||||
Version = 1
|
||||
})
|
||||
|
||||
local models = asset.syncedResource({
|
||||
local models = asset.resource({
|
||||
Name = "Vesta Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "vesta_model",
|
||||
|
||||
@@ -6,14 +6,14 @@ local mars = asset.require("scene/solarsystem/planets/mars/mars")
|
||||
|
||||
|
||||
|
||||
local models = asset.syncedResource({
|
||||
local models = asset.resource({
|
||||
Name = "Insight Models Chutes",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "insight_models",
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local ikernels = asset.syncedResource({
|
||||
local ikernels = asset.resource({
|
||||
Name = "Insight Kernels",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "insight_kernels",
|
||||
|
||||
@@ -2,7 +2,7 @@ local transforms = asset.require("./transforms")
|
||||
|
||||
|
||||
|
||||
local data = asset.syncedResource({
|
||||
local data = asset.resource({
|
||||
Type = "HttpSynchronization",
|
||||
Name = "Ganymede Plane Simulations",
|
||||
Identifier = "juice_ganymede_fieldlines",
|
||||
@@ -21,7 +21,7 @@ local GanymedeMagnetosphere = {
|
||||
ColorMethod = "By Quantity",
|
||||
ColorQuantity = 0,
|
||||
ColorTableRanges = { { 62.556353386366766, 1665.5534182835445 } },
|
||||
ColorTablePaths = { asset.localResource("CMR-illuminance2.txt") },
|
||||
ColorTablePaths = { asset.resource("CMR-illuminance2.txt") },
|
||||
Color = { 0.03, 0.0, 0.0, 1.0 },
|
||||
ParticleSpacing = 42.0,
|
||||
ParticleSize = 30.0,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local kernels = asset.syncedResource({
|
||||
local kernels = asset.resource({
|
||||
Name = "JUICE Kernels",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "juice_kernels",
|
||||
|
||||
@@ -3,7 +3,7 @@ local transforms = asset.require("./transforms")
|
||||
|
||||
|
||||
|
||||
local model = asset.syncedResource({
|
||||
local model = asset.resource({
|
||||
Name = "JUICE Model",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "juice_models",
|
||||
|
||||
@@ -4,7 +4,7 @@ local transforms = asset.require("./transforms")
|
||||
|
||||
-- Datasets created using the script found at:
|
||||
-- https://github.com/OpenSpace/scripts/tree/master/juice-gphio-image-conversion
|
||||
local data = asset.syncedResource({
|
||||
local data = asset.resource({
|
||||
Type = "HttpSynchronization",
|
||||
Name = "Ganymede Plane Simulations",
|
||||
Identifier = "juice_ganymede_plane_cuts",
|
||||
|
||||
@@ -6,7 +6,7 @@ local kernels = asset.require("./kernels")
|
||||
|
||||
|
||||
|
||||
local model = asset.syncedResource({
|
||||
local model = asset.resource({
|
||||
Name = "Juno Model",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "juno_model",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
local kernels = asset.syncedResource({
|
||||
local kernels = asset.resource({
|
||||
Name = "Juno Kernels",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "juno_kernels",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local kernels = asset.syncedResource({
|
||||
local kernels = asset.resource({
|
||||
Name = "Messenger Kernels",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "messenger_spice",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
local mercuryTransforms = asset.require("scene/solarsystem/planets/mercury/transforms")
|
||||
|
||||
local localFolder = asset.syncedResource({
|
||||
local localFolder = asset.resource({
|
||||
Name = "Mercury Magnetosphere",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "mercury_magnetosphere",
|
||||
|
||||
@@ -4,7 +4,7 @@ local mercuryTransforms = asset.require("scene/solarsystem/planets/mercury/trans
|
||||
local kernels = asset.require("./kernels")
|
||||
|
||||
|
||||
local models = asset.syncedResource({
|
||||
local models = asset.resource({
|
||||
Name = "Messenger Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "messenger_model",
|
||||
|
||||
@@ -3,7 +3,7 @@ local sunTransforms = asset.require("scene/solarsystem/sun/transforms")
|
||||
|
||||
|
||||
|
||||
local textures = asset.syncedResource({
|
||||
local textures = asset.resource({
|
||||
Name = "Charon Textures",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "charon_textures",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user