Remove comment about faulty color mapping that is no longer an issue (#2983)

This commit is contained in:
Emma Broman
2024-03-20 11:38:34 +01:00
parent e0ab7ae1d6
commit 99ae87bd03

View File

@@ -18,6 +18,8 @@ local Object = {
Renderable = {
Type = "RenderablePolygonCloud",
Enabled = false,
Opacity = 0.3,
File = speck .. "localgroup.speck",
Labels = {
File = speck .. "localgroup.label",
Color = { 0.3, 0.3, 1.0 },
@@ -27,11 +29,6 @@ local Object = {
},
Coloring = {
FixedColor = { 0.0, 1.0, 0.0 },
-- @TODO: This one wasn't actually properly used before the point cloud update.
-- All points were mapped to green. Decide if we want it around.
-- @TODO: Also, the cmap is currently not applied correctly, due to speck file
-- not being read properly (it inlcudes more information than just datavar-s).
-- This should be adressed. (2023-12-13, emmbr)
ColorMapping = {
File = speck .. "localgroup.cmap",
ParameterOptions = {
@@ -39,8 +36,6 @@ local Object = {
}
}
},
Opacity = 0.3,
File = speck .. "localgroup.speck",
PolygonSides = 12,
Unit = "Mpc",
SizeSettings = {