RenderableFov class.

Intersections with planet and instrument FOV boundary vectors / boresight seem to be correct with a margin of error. This could be either due to
precision issues experienced at greater distances, light-time or stellar aberration correction methods, planetary radius etc etc.
This commit is contained in:
michal
2014-10-27 21:35:59 -04:00
parent 51c8034fe9
commit e31a0b70ab
12 changed files with 184 additions and 103 deletions

View File

@@ -1,10 +1,10 @@
--openspace.setPropertyValue('Earth.renderable.colorTexture', '${OPENSPACE_DATA}/modules/mars/textures/mars.png')
openspace.time.setTime("2007-02-26T17:30:00")
openspace.time.setTime("2007-02-26T17:57:54")
--openspace.time.setTime("2006-08-22T20:00:00")
--openspace.time.setDeltaTime(200000.0)
--openspace.time.setDeltaTime(5000.00)
--openspace.time.setDeltaTime(864000)
openspace.time.setDeltaTime(100.0)
openspace.time.setDeltaTime(3600)
--openspace.time.setDeltaTime(100.0)
-- print(openspace.time.currentTimeUTC())