Update to the RenderableBIllboardCloud

- Add the color mapping to the DU Quasar dataset  (closes #1584)
 - Add the ability to turn off a colormap
 - Add the ability to change the static color even when a colormap is present
This commit is contained in:
Alexander Bock
2022-04-30 15:33:43 +02:00
parent 96631bcced
commit cf582054dc
4 changed files with 36 additions and 11 deletions
@@ -25,7 +25,11 @@ local object = {
ScaleFactor = 540.9,
FadeInDistances = { 1000.0, 10000.0 }, -- Fade in value in the same unit as "Unit"
BillboardMinMaxSize = { 0.0, 11.1 },
EnablePixelSizeControl = true
EnablePixelSizeControl = true,
ColorMap = speck .. "viridis.cmap",
ColorOption = { "redshift", "Tlookback", "distMpc" },
ColorRange = { { 0.102, 7.085 }, { 1.4, 13.0 }, { 440.5, 8852.099609 } },
UseColorMap = false
},
GUI = {
Name = "Quasars",