mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 00:44:43 -05:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user