Cleaned up script functionality in SceneGraph

Removed scriptfunctions.h and cpp as the functions have moved into other classes
This commit is contained in:
Alexander Bock
2014-09-14 18:36:33 +02:00
parent 3d62caae46
commit 66722e83a6
7 changed files with 284 additions and 290 deletions
+4 -2
View File
@@ -1,3 +1,5 @@
--openspace.setPropertyValue('Earth.renderable.colorTexture', '${OPENSPACE_DATA}/modules/mars/textures/mars.png')
openspace.time.setTime(1000000)
openspace.time.setDeltaTime(100)
openspace.time.setTime("2000-01-01T00:00:00")
openspace.time.setDeltaTime(0.0)
print(openspace.time.currentTimeUTC())