mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
Removed intersect code from inside inscattering radiance. Fixed Mars ATM. Preparing to final G-Buffer.
This commit is contained in:
@@ -76,7 +76,7 @@ return {
|
||||
"sun",
|
||||
"atmosphereearth",
|
||||
--"moon",
|
||||
--"atmospheremars",
|
||||
"atmospheremars",
|
||||
--"toyvolume",
|
||||
--"earth",
|
||||
--"stars",
|
||||
|
||||
@@ -55,8 +55,7 @@ return {
|
||||
AtmoshereRadius = 6420,
|
||||
--AtmoshereRadius = 6390,
|
||||
--PlanetRadius = 6371,
|
||||
PlanetRadius = 6360,
|
||||
--PlanetRadius = 6378.1366,
|
||||
PlanetRadius = 6378.1366,
|
||||
PlanetAverageGroundReflectance = 0.1,
|
||||
Rayleigh = {
|
||||
Coefficients = {
|
||||
|
||||
Reference in New Issue
Block a user