mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
Fix for goToGeo camera init type
This commit is contained in:
@@ -406,7 +406,7 @@ function generateAsset(T, fileOut)
|
||||
end
|
||||
CameraStr = CameraStr.."})\n"
|
||||
elseif (j[1] == "goToGeo") then
|
||||
CameraStr = CameraStr.." openspace.navigation.goToGeo("
|
||||
CameraStr = CameraStr.." openspace.globebrowsing.goToGeo("
|
||||
if not isBlank(j[2]) then
|
||||
CameraStr = CameraStr..j[2]..", "
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user