mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-03 01:59:35 -06:00
Intersections with planet and instrument FOV boundary vectors / boresight seem to be correct with a margin of error. This could be either due to precision issues experienced at greater distances, light-time or stellar aberration correction methods, planetary radius etc etc.
11 lines
402 B
Lua
11 lines
402 B
Lua
--openspace.setPropertyValue('Earth.renderable.colorTexture', '${OPENSPACE_DATA}/modules/mars/textures/mars.png')
|
|
openspace.time.setTime("2007-02-26T17:57:54")
|
|
--openspace.time.setTime("2006-08-22T20:00:00")
|
|
|
|
--openspace.time.setDeltaTime(200000.0)
|
|
--openspace.time.setDeltaTime(5000.00)
|
|
openspace.time.setDeltaTime(3600)
|
|
--openspace.time.setDeltaTime(100.0)
|
|
-- print(openspace.time.currentTimeUTC())
|
|
|