Some configuration update to 67P and key bindings

This commit is contained in:
Alexander Bock
2016-09-01 09:34:08 +02:00
parent 29d50e85fe
commit 34b1401d99
3 changed files with 12 additions and 3 deletions
+10 -3
View File
@@ -9,9 +9,16 @@ function preInitialization()
openspace.spice.loadKernel("${SPICE}/naif0011.tls")
openspace.spice.loadKernel("${SPICE}/pck00010.tpc")
-- openspace.time.setTime("2014-08-15T03:05:18.101")
-- openspace.time.setTime("2016-08-20T03:05:18.101")
openspace.time.setTime("2014-11-12T09:00:18.101")
-- Usual start
openspace.time.setTime("2014-08-01T03:05:18.101")
-- Philae release
-- openspace.time.setTime("2014-11-12T08:00:00.000")
-- Shadow flyby
-- openspace.time.setTime("2015-02-14T12:00:00.000")
-- openspace.time.setTime("2015-07-29T06:02:10.000")
-- openspace.time.setTime("2014 AUG 21 18:00:00")
-- openspace.time.setTime("2015 SEP 10 19:39:00")
+1
View File
@@ -28,6 +28,7 @@ return {
Textures = {
Type = "simple",
Color = "textures/gray.jpg",
-- Color = "textures/may9_map.jpg",
Project = "textures/defaultProj.png",
Default = "textures/defaultProj.png"
},
+1
View File
@@ -22,5 +22,6 @@ openspace.bindKey("F8", "openspace.setPropertyValue('67P.renderable.ProjectionCo
openspace.bindKey("i", helper.renderable.toggle('ImagePlaneRosetta'))
openspace.bindKey("q", helper.renderable.toggle('SunMarker'))
openspace.bindKey("e", helper.renderable.toggle('JupiterTrail') .. helper.renderable.toggle('SaturnTrail') .. helper.renderable.toggle('UranusTrail') .. helper.renderable.toggle('NeptuneTrail'))
openspace.bindKey("f", helper.renderable.toggle('PhilaeTrail'))
openspace.bindKey("c", "openspace.parallel.setAddress('130.236.142.51');openspace.parallel.setPassword('newhorizons-20150714');openspace.parallel.connect();")