mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 02:29:49 -06:00
Change GUI name for the selection property
This commit is contained in:
@@ -123,8 +123,8 @@ namespace {
|
||||
|
||||
constexpr openspace::properties::Property::PropertyInfo MeshSelectionInfo = {
|
||||
"MeshSelection",
|
||||
"Mesh Selection",
|
||||
"Property to select one or more of the meshes to be rendered."
|
||||
"Selection",
|
||||
"Selected objects"
|
||||
};
|
||||
|
||||
struct [[codegen::Dictionary(RenderableDUMeshes)]] Parameters {
|
||||
|
||||
Reference in New Issue
Block a user