Gotta catch them all

This commit is contained in:
Alexander Bock
2021-05-29 19:38:15 +02:00
parent 70e71ebf55
commit f1537334fd
@@ -1,18 +1,7 @@
local assetHelper = asset.require("util/asset_helper")
local textures = asset.syncedResource({
Name = "Stars Textures",
Type = "HttpSynchronization",
Identifier = "stars_textures",
Version = 1
})
local colorLUT = asset.syncedResource({
Name = "Stars Color Table",
Type = "HttpSynchronization",
Identifier = "stars_colormap",
Version = 1
})
local colorLUT = asset.require('./stars_colormap').ColorMaps
local textures = asset.require('./stars_textures').textures
-- Download a preprocessed binary octree of Radial Velocity subset values per star (preprocessed into 8 binary files).
local starsFolder = asset.syncedResource({