mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-07 12:00:05 -05:00
Cleaned up script functionality in SceneGraph
Removed scriptfunctions.h and cpp as the functions have moved into other classes
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user