added warning for gaia module on mac; not adding renderable to scene. fixes #843 (#1961)

This commit is contained in:
Micah Acinapura
2022-03-26 11:40:05 -04:00
committed by GitHub
parent 5c5d70a2c3
commit 804f8f7c79

View File

@@ -1,3 +1,9 @@
local fullOS = openspace.systemCapabilities.fullOperatingSystem()
if string.find(fullOS, "Darwin") then
openspace.printWarning("Gaia module (RenderableGaiaStars) not supported on mac")
return
end
-- Download a preprocessed binary octree of Radial Velocity subset values per star (preprocessed into 8 binary files).
local starsFolder = asset.syncedResource({
Name = "Gaia Stars RV",