diff options
author | Geenz <geenz@geenzo.com> | 2013-04-11 14:57:11 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-04-11 14:57:11 -0400 |
commit | cfc375777871ec3d04b9969793379d0cd78a012e (patch) | |
tree | 851d39612b82e18f82fe47961e4e9fbf70713ff4 /indra/newview/llviewertexture.h | |
parent | 84475635b9c3db8d42f2f0a256d34c08274f53ed (diff) |
First pass on alpha blended materials
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rw-r--r-- | indra/newview/llviewertexture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index eb30139cb8..ebace4b583 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -596,6 +596,7 @@ public: static LLPointer<LLViewerFetchedTexture> sWhiteImagep; // Texture to show NOTHING (whiteness) static LLPointer<LLViewerFetchedTexture> sDefaultImagep; // "Default" texture for error cases, the only case of fetched texture which is generated in local. static LLPointer<LLViewerFetchedTexture> sSmokeImagep; // Old "Default" translucent texture + static LLPointer<LLViewerFetchedTexture> sFlatNormalImagep; // Flat normal map denoting no bumpiness on a surface }; // |