mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-27 06:29:32 -06:00
Change from SkybrowserModule to SkyBrowserModule in lua function
This commit is contained in:
@@ -47,7 +47,6 @@ public:
|
||||
float zoomFactor() const;
|
||||
glm::dvec2 convertGalacticToCelestial(glm::dvec3 coords) const;
|
||||
|
||||
void showTarget() const;
|
||||
void WWTfollowCamera();
|
||||
void showTarget() const;
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ namespace openspace::skybrowser::luascriptfunctions {
|
||||
ghoul::lua::checkArgumentsAndThrow(L, 1, "lua::loadCollection");
|
||||
// https://docs.worldwidetelescope.org/data-guide/1/data-file-formats/collections/sample-blank-collection.wtml
|
||||
std::string url = ghoul::lua::value<std::string>(L, 1);
|
||||
SkybrowserModule* module = global::moduleEngine->module<SkybrowserModule>();
|
||||
SkyBrowserModule* module = global::moduleEngine->module<SkyBrowserModule>();
|
||||
module->sendMessageToWWT(module->createMessageForLoadingWWTImgColl(url));
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user