SL-17704: PBR: Use default normal map if one isn't provided
parent
4e3ca393c0
commit
7b54cf3793
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue