mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 09:20:26 -05:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user