mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-25 13:38:34 -06:00
Fine tunning atm for Mars.
This commit is contained in:
@@ -38,6 +38,7 @@ function preInitialization()
|
||||
dofile(openspace.absPath('${SCRIPTS}/bind_common_keys.lua'))
|
||||
|
||||
openspace.setPathToken("${MARS_DATA}", "C:/Users/Jonathas/Pessoal/Work/OpenSpace/data/scene/lodglobes/mars")
|
||||
--openspace.setPathToken("${MARS_DATA}", "F:/Pessoal/Work/OpenSpace/Source/OpenSpace/data/scene/lodglobes/mars")
|
||||
end
|
||||
|
||||
function postInitialization()
|
||||
|
||||
@@ -128,9 +128,10 @@ return {
|
||||
-- Allows camera to go down 10000 meters below the reference ellipsoid InteractionDepthBelowEllipsoid = 10000, -- Useful when having negative height map values
|
||||
Atmosphere = {
|
||||
-- Atmosphere radius in Km
|
||||
AtmoshereRadius = 3423.0,
|
||||
AtmoshereRadius = 3415.0,
|
||||
--PlanetRadius = 3396.19,
|
||||
PlanetRadius = 3393.0,
|
||||
--PlanetRadius = 3393.0,
|
||||
PlanetRadius = 3391.0,
|
||||
PlanetAverageGroundReflectance = 0.1,
|
||||
Rayleigh = {
|
||||
Coefficients = {
|
||||
|
||||
Reference in New Issue
Block a user