Skip to content
Snippets Groups Projects
Commit c5d22efd authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Alpha component is not needed in irradiance maps

parent 11400372
No related branches found
No related tags found
No related merge requests found
...@@ -1017,7 +1017,7 @@ void LLReflectionMapManager::initReflectionMaps() ...@@ -1017,7 +1017,7 @@ void LLReflectionMapManager::initReflectionMaps()
mTexture->allocate(mProbeResolution, 3, mReflectionProbeCount + 2); mTexture->allocate(mProbeResolution, 3, mReflectionProbeCount + 2);
mIrradianceMaps = new LLCubeMapArray(); mIrradianceMaps = new LLCubeMapArray();
mIrradianceMaps->allocate(LL_IRRADIANCE_MAP_RESOLUTION, 4, mReflectionProbeCount, FALSE); mIrradianceMaps->allocate(LL_IRRADIANCE_MAP_RESOLUTION, 3, mReflectionProbeCount, FALSE);
} }
if (mVertexBuffer.isNull()) if (mVertexBuffer.isNull())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment