latest changes involve adding an unfinished class called "renderable fov"- ignore that one.

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
This commit is contained in:
michal
2014-10-11 01:43:31 -04:00
parent ea26e11d8b
commit 3bb9912356
17 changed files with 595 additions and 148 deletions
+5 -3
View File
@@ -1,6 +1,8 @@
--openspace.setPropertyValue('Earth.renderable.colorTexture', '${OPENSPACE_DATA}/modules/mars/textures/mars.png')
openspace.time.setTime("2005-11-01T00:00:00")
--openspace.time.setTime("2006-06-04T22:00:00")
openspace.time.setDeltaTime(200000.0)
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())