More work on fixing script access to time

This commit is contained in:
Alexander Bock
2014-09-13 19:25:33 +02:00
parent 3afa0ecaa1
commit 0eeeb8efd6
6 changed files with 36 additions and 17 deletions

View File

@@ -1,3 +1,3 @@
--openspace.setPropertyValue('Earth.renderable.colorTexture', '${OPENSPACE_DATA}/modules/mars/textures/mars.png')
openspace.setTime(1000000)
openspace.setDeltaTime(100)
openspace.time.setTime(1000000)
openspace.time.setDeltaTime(100)