mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
Added initial scenegraph node grouping support
This commit is contained in:
@@ -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