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:
Emma Broman
2024-06-13 10:42:00 +02:00
committed by GitHub
parent 7e62f9f4b0
commit 8a42657deb
44 changed files with 107 additions and 103 deletions

View File

@@ -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.]]

View File

@@ -38,8 +38,8 @@ local Node = {
}
},
GUI = {
Name = "Custom Data Mapping",
Path = "/Examples/RenderablePointCloud/Advanced"
Name = "RenderablePointCloud - Custom Data Mapping",
Path = "/Examples/Advanced"
}
}

View File

@@ -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)]]
}

View File

@@ -28,8 +28,8 @@ local Node = {
}
},
GUI = {
Name = "Labels",
Path = "/Examples/RenderablePointCloud/Advanced"
Name = "RenderablePointCloud - Labels",
Path = "/Examples/Advanced"
}
}

View File

@@ -27,8 +27,8 @@ local Node = {
UseAdditiveBlending = false
},
GUI = {
Name = "Multi-Textured",
Path = "/Examples/RenderablePointCloud/Advanced"
Name = "RenderablePointCloud - Multi-Textured",
Path = "/Examples/Advanced"
}
}

View File

@@ -12,8 +12,8 @@ local Node = {
}
},
GUI = {
Name = "Fixed Color and Size",
Path = "/Examples/RenderablePointCloud"
Name = "RenderablePointCloud - Fixed Color and Size",
Path = "/Examples"
}
}

View File

@@ -21,8 +21,8 @@ local Node = {
}
},
GUI = {
Name = "Color Mapped",
Path = "/Examples/RenderablePointCloud"
Name = "RenderablePointCloud - Color Mapped",
Path = "/Examples"
}
}

View File

@@ -34,8 +34,8 @@ local Node = {
}
},
GUI = {
Name = "Color Mapped with Settings",
Path = "/Examples/RenderablePointCloud"
Name = "RenderablePointCloud - Color Mapped with Settings",
Path = "/Examples"
}
}

View File

@@ -18,8 +18,8 @@ local Node = {
}
},
GUI = {
Name = "Max Size",
Path = "/Examples/RenderablePointCloud"
Name = "RenderablePointCloud - Max Size",
Path = "/Examples"
}
}

View File

@@ -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"
}
}

View File

@@ -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"
}
}

View File

@@ -26,8 +26,8 @@ local Node = {
}
},
GUI = {
Name = "Size from Data",
Path = "/Examples/RenderablePointCloud"
Name = "RenderablePointCloud - Size from Data",
Path = "/Examples"
}
}

View File

@@ -22,8 +22,8 @@ local Node = {
UseAdditiveBlending = false
},
GUI = {
Name = "Textured",
Path = "/Examples/RenderablePointCloud"
Name = "RenderablePointCloud - Textured",
Path = "/Examples"
}
}

View File

@@ -10,8 +10,8 @@ local Node = {
Unit = "Km"
},
GUI = {
Name = "Units",
Path = "/Examples/RenderablePointCloud"
Name = "RenderablePointCloud - Units",
Path = "/Examples"
}
}