mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 09:23:35 +02:00
Move the sun back up again to match the lighting.
This commit is contained in:
parent
4defeb9feb
commit
4ed7176ff6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ EnvironmentData::EnvironmentData() :
|
|||
_rayleighScattering(0.0025f),
|
||||
_mieScattering(0.0010f),
|
||||
_scatteringWavelengths(0.650f, 0.570f, 0.475f),
|
||||
_sunLocation(1000, 500, 0),
|
||||
_sunLocation(1000, 1000, 0),
|
||||
_sunBrightness(20.0f) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue