Move the sun back up again to match the lighting.

This commit is contained in:
Andrzej Kapolka 2013-05-08 12:07:21 -07:00
parent 4defeb9feb
commit 4ed7176ff6

View file

@ -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) {
}