mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 20:56:52 +02:00
just do the sun location modification
This commit is contained in:
parent
2fdcbb1a97
commit
4ffb3e4e7e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ EnvironmentData::EnvironmentData(int id) :
|
||||||
_gravity(0.0f),
|
_gravity(0.0f),
|
||||||
_atmosphereCenter(0, -1000, 0),
|
_atmosphereCenter(0, -1000, 0),
|
||||||
_atmosphereInnerRadius(1000.0),
|
_atmosphereInnerRadius(1000.0),
|
||||||
_atmosphereOuterRadius(1100.0),
|
_atmosphereOuterRadius(1025.0),
|
||||||
_rayleighScattering(0.0025f),
|
_rayleighScattering(0.0025f),
|
||||||
_mieScattering(0.0010f),
|
_mieScattering(0.0010f),
|
||||||
_scatteringWavelengths(0.650f, 0.570f, 0.475f),
|
_scatteringWavelengths(0.650f, 0.570f, 0.475f),
|
||||||
|
|
Loading…
Reference in a new issue