mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 13:04:07 +02:00
Post merge with Zach work for environment map
This commit is contained in:
parent
99ba011996
commit
cfcde5032c
1 changed files with 2 additions and 2 deletions
|
@ -323,7 +323,7 @@ void DeferredLightingEffect::render(const render::RenderContextPointer& renderCo
|
||||||
/* if (_skyboxTexture) {
|
/* if (_skyboxTexture) {
|
||||||
program = _directionalSkyboxLightShadow;
|
program = _directionalSkyboxLightShadow;
|
||||||
locations = _directionalSkyboxLightShadowLocations;
|
locations = _directionalSkyboxLightShadowLocations;
|
||||||
} else {*/
|
} else*/ {
|
||||||
program = _directionalAmbientSphereLightShadow;
|
program = _directionalAmbientSphereLightShadow;
|
||||||
locations = _directionalAmbientSphereLightShadowLocations;
|
locations = _directionalAmbientSphereLightShadowLocations;
|
||||||
}
|
}
|
||||||
|
@ -331,7 +331,7 @@ void DeferredLightingEffect::render(const render::RenderContextPointer& renderCo
|
||||||
/* if (_skyboxTexture) {
|
/* if (_skyboxTexture) {
|
||||||
program = _directionalSkyboxLight;
|
program = _directionalSkyboxLight;
|
||||||
locations = _directionalSkyboxLightLocations;
|
locations = _directionalSkyboxLightLocations;
|
||||||
} else {*/
|
} else*/ {
|
||||||
program = _directionalAmbientSphereLight;
|
program = _directionalAmbientSphereLight;
|
||||||
locations = _directionalAmbientSphereLightLocations;
|
locations = _directionalAmbientSphereLightLocations;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue