Skip rendering hud-related elements when rendering for impostor. http://code.google.com/p/singularity-viewer/issues/detail?id=20&can=1

This commit is contained in:
Shyotl
2011-04-30 15:59:16 -05:00
parent 332cfdb532
commit 226de66b81

View File

@@ -3181,6 +3181,7 @@ void LLPipeline::renderGeomPostDeferred(LLCamera& camera)
//TO-DO:
//V2 moved block to LLPipeline::renderDeferredLighting
//Migrate once multisample z-buffer issues are figured out on ati cards.
if(!sImpostorRender)
{
renderHighlights();
mHighlightFaces.clear();