Implemented Space/Time ImGui widget

This commit is contained in:
Alexander Bock
2017-10-11 15:58:41 -04:00
parent d97cfbe829
commit 327779d88f
8 changed files with 412 additions and 63 deletions

View File

@@ -1393,6 +1393,12 @@ scripting::LuaLibrary OpenSpaceEngine::luaLibrary() {
&luascriptfunctions::removeAllVirtualProperties,
"",
"Remove all registered virtual properties"
},
{
"addTag",
&luascriptfunctions::addTag,
"string, string",
"Adds a tag (second argument) to a scene graph node (first argument)"
}
}
};