diff options
author | Geenz <geenz@geenzo.com> | 2013-01-30 12:17:04 -0500 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-01-30 12:17:04 -0500 |
commit | aa1befd689703d9fea50399201911e0f8fca6ac6 (patch) | |
tree | c60457d1762d8b1c28a9d40130ba2988f532cd27 /indra/newview/lldrawpoolbump.h | |
parent | 66a01ba4c581d79227b0e67f5f75dc248fcaf7ab (diff) |
Specular map support. This is the vast majority of the material parameters implemented at this point for opaque geometry.
Diffstat (limited to 'indra/newview/lldrawpoolbump.h')
-rw-r--r-- | indra/newview/lldrawpoolbump.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/lldrawpoolbump.h b/indra/newview/lldrawpoolbump.h index aaf0bdf36f..476b1d41b7 100644 --- a/indra/newview/lldrawpoolbump.h +++ b/indra/newview/lldrawpoolbump.h @@ -100,9 +100,8 @@ enum EBumpEffect BE_NO_BUMP = 0, BE_BRIGHTNESS = 1, BE_DARKNESS = 2, - BE_CUSTOM = 3, - BE_STANDARD_0 = 4, // Standard must always be the last one - BE_COUNT = 5 + BE_STANDARD_0 = 3, // Standard must always be the last one + BE_COUNT = 4 }; //////////////////////////////////////////////////////////////// |