mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 12:10:52 -06:00
got renderable ephemeris working for larger deltas, problems with leap years though
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user