mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 09:10:18 -06:00
After 32 maya exports and about 600 different attempts of different rotations / scalings along each axis I realised that the model is in fact correctly aligned and that what we are seing are precisional errors with the stupid boresight-polygon-baton. Nevertheless, out of all of those Im keeping some of the more cruicial test-objects (8 to be precise) for future reference, these can be deleted at some point, I just really want to keep them for now, comfort blanket.
11 lines
404 B
Lua
11 lines
404 B
Lua
--openspace.setPropertyValue('Earth.renderable.colorTexture', '${OPENSPACE_DATA}/modules/mars/textures/mars.png')
|
|
openspace.time.setTime("2007-02-26T17:41:00")
|
|
--openspace.time.setTime("2006-08-22T20:00:00")
|
|
|
|
--openspace.time.setDeltaTime(200000.0)
|
|
--openspace.time.setDeltaTime(5000.00)
|
|
openspace.time.setDeltaTime(1000)
|
|
--openspace.time.setDeltaTime(30000.0)
|
|
-- print(openspace.time.currentTimeUTC())
|
|
|