mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 17:20:09 -06:00
The rest is pretty straight forward, renderable trail is the ephemeris class and wavefrontobject is a very crudely constructed reader... ill fix that on monday
9 lines
363 B
Lua
9 lines
363 B
Lua
--openspace.setPropertyValue('Earth.renderable.colorTexture', '${OPENSPACE_DATA}/modules/mars/textures/mars.png')
|
|
openspace.time.setTime("2007-02-26T12:00:00")
|
|
--openspace.time.setTime("2006-08-22T20:00:00")
|
|
|
|
--openspace.time.setDeltaTime(200000.0)
|
|
openspace.time.setDeltaTime(2000.0)
|
|
--openspace.time.setDeltaTime(30000.0)
|
|
print(openspace.time.currentTimeUTC())
|