Added an option to have the sun following the camera when using an ATM. Removed unused code. Added missing comments.

This commit is contained in:
Jonathas Costa
2017-07-25 15:55:52 -04:00
parent bd43009033
commit 9812abb487
8 changed files with 188 additions and 401 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ function preInitialization()
openspace.bindKey("F4", "openspace.setPropertyValue('Interaction.origin', 'Earth')")
openspace.bindKey("F3", "openspace.setPropertyValue('Interaction.origin', 'Moon')")
--openspace.setPathToken("${MARS_DATA}", "C:/Users/jonco_000/Pessoal/Work/OpenSpace/Source/OpenSpace/data/scene/lodglobes/mars")
openspace.setPathToken("${MARS_DATA}", "F:/Pessoal/Work/OpenSpace/Source/OpenSpace/data/scene/lodglobes/mars")
openspace.setPathToken("${MARS_DATA}", "C:/Users/jonco_000/Pessoal/Work/OpenSpace/Source/OpenSpace/data/scene/lodglobes/mars")
--openspace.setPathToken("${MARS_DATA}", "F:/Pessoal/Work/OpenSpace/Source/OpenSpace/data/scene/lodglobes/mars")
end
function postInitialization()