diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lldrawpool.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/lldrawpool.h b/linden/indra/newview/lldrawpool.h index 87c3cca..9052710 100644 --- a/linden/indra/newview/lldrawpool.h +++ b/linden/indra/newview/lldrawpool.h | |||
@@ -67,6 +67,11 @@ public: | |||
67 | POOL_GLOW, | 67 | POOL_GLOW, |
68 | POOL_ALPHA, | 68 | POOL_ALPHA, |
69 | NUM_POOL_TYPES, | 69 | NUM_POOL_TYPES, |
70 | // * invisiprims work by rendering to the depth buffer but not the color buffer, occluding anything rendered after them | ||
71 | // - and the LLDrawPool types enum controls what order things are rendered in | ||
72 | // - so, it has absolute control over what invisprims block | ||
73 | // ...invisiprims being rendered in pool_invisible | ||
74 | // ...shiny/bump mapped objects in rendered in POOL_BUMP | ||
70 | }; | 75 | }; |
71 | 76 | ||
72 | LLDrawPool(const U32 type); | 77 | LLDrawPool(const U32 type); |