got renderable ephemeris working for larger deltas, problems with leap years though

This commit is contained in:
michal
2014-10-02 11:00:43 -04:00
parent b331bdba9b
commit 938c442dd6
13 changed files with 688 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
--openspace.setPropertyValue('Earth.renderable.colorTexture', '${OPENSPACE_DATA}/modules/mars/textures/mars.png')
openspace.time.setTime("2007-11-01T00:00:00")
openspace.time.setDeltaTime(100000.0)
openspace.time.setTime("2005-11-01T00:00:00")
openspace.time.setDeltaTime(86400.0)
print(openspace.time.currentTimeUTC())