MAINT-47 [PUBLIC]WindLight: Special overlays (including property lines and hilights for beacons) aren't visible in shader water

FIXED
master
ruslantproductengine 2017-11-09 17:42:26 +02:00
parent cb4f732781
commit 622e3303c5
1 changed files with 13 additions and 1 deletions

View File

@ -10166,7 +10166,19 @@ void LLPipeline::generateWaterReflection(LLCamera& camera_in)
}
else
{
renderGeom(camera);
renderGeom(camera);
if (LLGLSLShader::sNoFixedFunction)
{
gUIProgram.bind();
}
LLWorld::getInstance()->renderPropertyLines();
if (LLGLSLShader::sNoFixedFunction)
{
gUIProgram.unbind();
}
}
if (LLPipeline::sRenderDeferred && materials_in_water)