diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-07-19 12:52:36 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-07-19 12:52:36 -0500 |
commit | c85bb7846d270ba23c447c1b0073cd238d5fd1bc (patch) | |
tree | 22f028fc47adb2c82db3ad8e6fe8f2c611894447 /indra/newview/pipeline.h | |
parent | a44fa7b1a3392f74735c664d1852707f52eae00f (diff) |
DRTVWR-559 Fix for shadows not respecting double sided on opaque PBR surfaces
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index c0559ce83b..427240aad7 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -284,7 +284,8 @@ public: void forAllVisibleDrawables(void (*func)(LLDrawable*)); void renderObjects(U32 type, bool texture = true, bool batch_texture = false, bool rigged = false); - + void renderGLTFObjects(U32 type, bool texture = true, bool rigged = false); + void renderAlphaObjects(bool rigged = false); void renderMaskedObjects(U32 type, bool texture = true, bool batch_texture = false, bool rigged = false); void renderFullbrightMaskedObjects(U32 type, bool texture = true, bool batch_texture = false, bool rigged = false); |