Adding ambient sphere in the lighting equation and menu to control te presets

This commit is contained in:
Sam Gateau 2015-01-16 09:43:21 -08:00
parent 0e38ea8854
commit 8634d86167

View file

@ -614,4 +614,4 @@ void DeferredLightingEffect::setAmbientLightMode(int preset) {
if ((preset >= -1) && (preset < NUM_PRESET)) {
_ambientLightMode = preset;
}
}
}