mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 20:21:24 -06:00
Feature/examples naming (#3305)
* Update name and path format of examples that follow the new structure * Fix a broken (updated) property name in an example * Make other examples' GUI paths more consistent * Put them all in the Examples folder
This commit is contained in:
@@ -52,8 +52,8 @@ local Node = {
|
||||
}
|
||||
},
|
||||
GUI = {
|
||||
Name = "Advanced Color Mapping",
|
||||
Path = "/Examples/RenderablePointCloud/Advanced",
|
||||
Name = "RenderablePointCloud - Advanced Color Mapping",
|
||||
Path = "/Examples/Advanced",
|
||||
Description = [[Example of a point cloud where the range is set explicitly and
|
||||
specific colors are used for values outside the range, as well as for missing
|
||||
data values.]]
|
||||
|
||||
@@ -38,8 +38,8 @@ local Node = {
|
||||
}
|
||||
},
|
||||
GUI = {
|
||||
Name = "Custom Data Mapping",
|
||||
Path = "/Examples/RenderablePointCloud/Advanced"
|
||||
Name = "RenderablePointCloud - Custom Data Mapping",
|
||||
Path = "/Examples/Advanced"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@ local Node = {
|
||||
}
|
||||
},
|
||||
GUI = {
|
||||
Name = "Fading",
|
||||
Path = "/Examples/RenderablePointCloud/Advanced",
|
||||
Name = "RenderablePointCloud - Fading",
|
||||
Path = "/Examples/Advanced",
|
||||
Description = [[Example of a point cloud with distance-based fading (the points
|
||||
are visible when the camera reaches a certain distance away from the origin)]]
|
||||
}
|
||||
|
||||
@@ -28,8 +28,8 @@ local Node = {
|
||||
}
|
||||
},
|
||||
GUI = {
|
||||
Name = "Labels",
|
||||
Path = "/Examples/RenderablePointCloud/Advanced"
|
||||
Name = "RenderablePointCloud - Labels",
|
||||
Path = "/Examples/Advanced"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -27,8 +27,8 @@ local Node = {
|
||||
UseAdditiveBlending = false
|
||||
},
|
||||
GUI = {
|
||||
Name = "Multi-Textured",
|
||||
Path = "/Examples/RenderablePointCloud/Advanced"
|
||||
Name = "RenderablePointCloud - Multi-Textured",
|
||||
Path = "/Examples/Advanced"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@ local Node = {
|
||||
}
|
||||
},
|
||||
GUI = {
|
||||
Name = "Fixed Color and Size",
|
||||
Path = "/Examples/RenderablePointCloud"
|
||||
Name = "RenderablePointCloud - Fixed Color and Size",
|
||||
Path = "/Examples"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@ local Node = {
|
||||
}
|
||||
},
|
||||
GUI = {
|
||||
Name = "Color Mapped",
|
||||
Path = "/Examples/RenderablePointCloud"
|
||||
Name = "RenderablePointCloud - Color Mapped",
|
||||
Path = "/Examples"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -34,8 +34,8 @@ local Node = {
|
||||
}
|
||||
},
|
||||
GUI = {
|
||||
Name = "Color Mapped with Settings",
|
||||
Path = "/Examples/RenderablePointCloud"
|
||||
Name = "RenderablePointCloud - Color Mapped with Settings",
|
||||
Path = "/Examples"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@ local Node = {
|
||||
}
|
||||
},
|
||||
GUI = {
|
||||
Name = "Max Size",
|
||||
Path = "/Examples/RenderablePointCloud"
|
||||
Name = "RenderablePointCloud - Max Size",
|
||||
Path = "/Examples"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -10,14 +10,14 @@ local Node = {
|
||||
Coloring = {
|
||||
EnableOutline = true,
|
||||
OutlineColor = { 0.2, 0.2, 1.0 },
|
||||
OutlineWeight = 0.1
|
||||
OutlineWidth = 0.1
|
||||
},
|
||||
-- It might be desired to disable additive blending when using an outline
|
||||
UseAdditiveBlending = false
|
||||
},
|
||||
GUI = {
|
||||
Name = "Outlined",
|
||||
Path = "/Examples/RenderablePointCloud"
|
||||
Name = "RenderablePointCloud - Outlined",
|
||||
Path = "/Examples"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@ local Node = {
|
||||
}
|
||||
},
|
||||
GUI = {
|
||||
Name = "Point Size / Scaling",
|
||||
Path = "/Examples/RenderablePointCloud",
|
||||
Name = "RenderablePointCloud - Point Size / Scaling",
|
||||
Path = "/Examples",
|
||||
Description = "Point cloud with configured point size"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,8 +26,8 @@ local Node = {
|
||||
}
|
||||
},
|
||||
GUI = {
|
||||
Name = "Size from Data",
|
||||
Path = "/Examples/RenderablePointCloud"
|
||||
Name = "RenderablePointCloud - Size from Data",
|
||||
Path = "/Examples"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@ local Node = {
|
||||
UseAdditiveBlending = false
|
||||
},
|
||||
GUI = {
|
||||
Name = "Textured",
|
||||
Path = "/Examples/RenderablePointCloud"
|
||||
Name = "RenderablePointCloud - Textured",
|
||||
Path = "/Examples"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@ local Node = {
|
||||
Unit = "Km"
|
||||
},
|
||||
GUI = {
|
||||
Name = "Units",
|
||||
Path = "/Examples/RenderablePointCloud"
|
||||
Name = "RenderablePointCloud - Units",
|
||||
Path = "/Examples"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user