Add documentations and remove unused input argument

This commit is contained in:
Emma Broman
2022-05-05 18:26:05 +02:00
parent da4f1026ce
commit 3ebb439d72
11 changed files with 34 additions and 15 deletions
+7
View File
@@ -509,6 +509,13 @@ void SkyBrowserModule::removePreSyncCallback(CallbackHandle handle) {
_preSyncCallbacks.erase(it);
}
std::vector<documentation::Documentation> SkyBrowserModule::documentations() const {
return {
RenderableSkyTarget::Documentation(),
ScreenSpaceSkyBrowser::Documentation()
};
}
scripting::LuaLibrary SkyBrowserModule::luaLibrary() const {
return {
"skybrowser",