mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-13 23:08:54 -05:00
time changes. working on creating references for stk people
This commit is contained in:
+1
-1
Submodule openspace-data updated: 79b6eaed96...1e51c5836e
@@ -1,10 +1,10 @@
|
||||
--openspace.setPropertyValue('Earth.renderable.colorTexture', '${OPENSPACE_DATA}/modules/mars/textures/mars.png')
|
||||
openspace.time.setTime("2007-02-26T17:57:54")
|
||||
openspace.time.setTime("2007-02-27T07:19:00")
|
||||
--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)
|
||||
--openspace.time.setDeltaTime(3600)
|
||||
openspace.time.setDeltaTime(1000.0)
|
||||
-- print(openspace.time.currentTimeUTC())
|
||||
|
||||
|
||||
@@ -172,7 +172,7 @@ bool RenderableTrail::initialize(){
|
||||
|
||||
_startTrail;
|
||||
// SpiceManager::ref().getETfromDate("2006 Aug 22 17:00:00", _startTrail);
|
||||
SpiceManager::ref().getETfromDate("2007 feb 26 17:57:54", _startTrail);
|
||||
SpiceManager::ref().getETfromDate("2007 feb 27 07:19:00", _startTrail);
|
||||
_dtEt = _startTrail;
|
||||
|
||||
fullYearSweep();
|
||||
|
||||
Reference in New Issue
Block a user