mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-26 14:58:51 -06:00
Added initial scenegraph node grouping support
This commit is contained in:
5
scripts/scene_helper.lua
Normal file
5
scripts/scene_helper.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
mark_interesting_nodes = function(nodes)
|
||||
for _, n in pairs(nodes) do
|
||||
openspace.addTag(n, "GUI.Interesting")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user