time changes. working on creating references for stk people

This commit is contained in:
michal
2014-10-28 14:53:44 -04:00
parent e31a0b70ab
commit c5ddd8d00b
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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())
+1 -1
View File
@@ -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();