SL-17704: PBR: Use default normal map if one isn't provided

master
Ptolemy 2022-08-12 18:30:19 -07:00
parent 4e3ca393c0
commit 7b54cf3793
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ void LLDrawPoolPBROpaque::renderDeferred(S32 pass)
}
else
{
// TODO: bind default normal map (???? WTF is it ??? )
gDeferredPBROpaqueProgram.bindTexture(LLShaderMgr::BUMP_MAP, LLViewerFetchedTexture::sFlatNormalImagep);
}
if (params.mSpecularMap)