added an outer space view in comments for fast access

This commit is contained in:
Lovisa Hassler
2018-12-18 15:04:11 -05:00
parent 9a6d79ce8c
commit be08f8cef4

View File

@@ -125,8 +125,12 @@ asset.onInitialize(function ()
Position = { 0, 0, 0 },
Rotation = { 0.758797, 0.221490, -0.605693, -0.091135 },
})
-- Earth view
openspace.globebrowsing.goToGeo(58.5877, 16.1924, 20000000)
-- outer space view
-- openspace.globebrowsing.goToGeo(0, 90, 20000000000000)
end)