Remove debug code.

This commit is contained in:
Jonathas Costa
2017-06-20 14:35:59 -04:00
parent 6af9162ec2
commit 5f4fa714e7
@@ -676,9 +676,6 @@ void RenderableGlobe::updateAtmosphereParameters() {
_deferredcaster->setSunRadianceIntensity(_sunRadianceIntensity);
_deferredcaster->setHDRConstant(_exposureConstant);
_deferredcaster->setBackgroundConstant(_exposureBackgroundConstant);
std::cout << "==== set background constnat to: " << _exposureBackgroundConstant << " =====" << std::endl;
_deferredcaster->setGammaConstant(_gammaConstant);
_deferredcaster->setRayleighScatteringCoefficients(_rayleighScatteringCoeff);
_deferredcaster->setOzoneExtinctionCoefficients(_ozoneLayerExtinctionCoeff);