diff options
author | Jacek Antonelli | 2009-06-13 13:22:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-06-13 13:22:42 -0500 |
commit | 5fd0f5edb03dc0c65fef5898d9539d957d3e9353 (patch) | |
tree | 90c391505db16915b2ce413983eefab869692c5a /linden/indra/newview/llviewerobject.h | |
parent | Second Life viewer sources 1.23.3-RC (diff) | |
download | meta-impy-5fd0f5edb03dc0c65fef5898d9539d957d3e9353.zip meta-impy-5fd0f5edb03dc0c65fef5898d9539d957d3e9353.tar.gz meta-impy-5fd0f5edb03dc0c65fef5898d9539d957d3e9353.tar.bz2 meta-impy-5fd0f5edb03dc0c65fef5898d9539d957d3e9353.tar.xz |
Second Life viewer sources 1.23.4-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewerobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerobject.h b/linden/indra/newview/llviewerobject.h index 16a3b98..db69399 100644 --- a/linden/indra/newview/llviewerobject.h +++ b/linden/indra/newview/llviewerobject.h | |||
@@ -305,6 +305,7 @@ public: | |||
305 | /*virtual*/ S32 setTERotation(const U8 te, const F32 r); | 305 | /*virtual*/ S32 setTERotation(const U8 te, const F32 r); |
306 | /*virtual*/ S32 setTEBumpmap(const U8 te, const U8 bump ); | 306 | /*virtual*/ S32 setTEBumpmap(const U8 te, const U8 bump ); |
307 | /*virtual*/ S32 setTETexGen(const U8 te, const U8 texgen ); | 307 | /*virtual*/ S32 setTETexGen(const U8 te, const U8 texgen ); |
308 | /*virtual*/ S32 setTEMediaTexGen(const U8 te, const U8 media ); // *FIXME: this confusingly acts upon a superset of setTETexGen's flags without absorbing its semantics | ||
308 | /*virtual*/ S32 setTEShiny(const U8 te, const U8 shiny ); | 309 | /*virtual*/ S32 setTEShiny(const U8 te, const U8 shiny ); |
309 | /*virtual*/ S32 setTEFullbright(const U8 te, const U8 fullbright ); | 310 | /*virtual*/ S32 setTEFullbright(const U8 te, const U8 fullbright ); |
310 | /*virtual*/ S32 setTEMediaFlags(const U8 te, const U8 media_flags ); | 311 | /*virtual*/ S32 setTEMediaFlags(const U8 te, const U8 media_flags ); |