mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-25 21:48:57 -05:00
66722e83a6
Removed scriptfunctions.h and cpp as the functions have moved into other classes
6 lines
233 B
Lua
6 lines
233 B
Lua
--openspace.setPropertyValue('Earth.renderable.colorTexture', '${OPENSPACE_DATA}/modules/mars/textures/mars.png')
|
|
openspace.time.setTime("2000-01-01T00:00:00")
|
|
openspace.time.setDeltaTime(0.0)
|
|
|
|
print(openspace.time.currentTimeUTC())
|