mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-21 20:39:08 -06:00
Fix error with gaiastars synchronization
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local assetHelper = asset.require("util/asset_helper")
|
||||
|
||||
local colorLUT = asset.require('./stars_colormap').ColorMaps
|
||||
local textures = asset.require('./stars_textures').textures
|
||||
local colorLUT = asset.require('scene/digitaluniverse/stars_colormap').ColorMaps
|
||||
local textures = asset.require('scene/digitaluniverse/stars_textures').textures
|
||||
|
||||
-- Download a preprocessed binary octree of Radial Velocity subset values per star (preprocessed into 8 binary files).
|
||||
local starsFolder = asset.syncedResource({
|
||||
|
||||
Reference in New Issue
Block a user