mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 04:30:09 -05:00
Added gBuffer filling from Globebrowsing. Changed Earth Radius for ATM calculations. Removed unsused code.
This commit is contained in:
@@ -57,8 +57,10 @@ return {
|
||||
SegmentsPerPatch = 64,
|
||||
Atmosphere = {
|
||||
-- Atmosphere radius in Km
|
||||
AtmoshereRadius = 6450,
|
||||
PlanetRadius = 6378.1366,
|
||||
--AtmoshereRadius = 6450,
|
||||
AtmoshereRadius = 6420.0,
|
||||
PlanetRadius = 6378.137,
|
||||
--PlanetRadius = 6360.0,
|
||||
PlanetAverageGroundReflectance = 0.1,
|
||||
Rayleigh = {
|
||||
Coefficients = {
|
||||
|
||||
Reference in New Issue
Block a user