master merge + seed point files from directory fix

This commit is contained in:
ElonOlsson
2021-05-18 12:00:53 -04:00
164 changed files with 3123 additions and 3951 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
local assetHelper = asset.require('util/asset_helper')
-- @TODO (emmbr 2020-02-03) Potential threading issue later on? This will run on the main thread
local cyanTexture = openspace.createSingeColorImage("example_disc_color1", {0.0, 1.0, 1.0})
local purpleTexture = openspace.createSingeColorImage("example_disc_color2", {0.5, 0.0, 0.5})
local cyanTexture = openspace.createSingleColorImage("example_disc_color1", {0.0, 1.0, 1.0})
local purpleTexture = openspace.createSingleColorImage("example_disc_color2", {0.5, 0.0, 0.5})
local BasicDisc = {
Identifier = "BasicDisc",