diff options
Diffstat (limited to 'linden/indra/newview/llface.h')
-rw-r--r-- | linden/indra/newview/llface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llface.h b/linden/indra/newview/llface.h index 4893e82..e31b93f 100644 --- a/linden/indra/newview/llface.h +++ b/linden/indra/newview/llface.h | |||
@@ -106,6 +106,9 @@ public: | |||
106 | F32 getVirtualSize() const { return mVSize; } | 106 | F32 getVirtualSize() const { return mVSize; } |
107 | F32 getPixelArea() const { return mPixelArea; } | 107 | F32 getPixelArea() const { return mPixelArea; } |
108 | 108 | ||
109 | S32 getIndexInTex() const {return mIndexInTex ;} | ||
110 | void setIndexInTex(S32 index) { mIndexInTex = index ;} | ||
111 | |||
109 | void renderSetColor() const; | 112 | void renderSetColor() const; |
110 | S32 renderElements(const U16 *index_array) const; | 113 | S32 renderElements(const U16 *index_array) const; |
111 | S32 renderIndexed (); | 114 | S32 renderIndexed (); |
@@ -225,6 +228,7 @@ private: | |||
225 | U16 mGeomIndex; // index into draw pool | 228 | U16 mGeomIndex; // index into draw pool |
226 | U32 mIndicesCount; | 229 | U32 mIndicesCount; |
227 | U32 mIndicesIndex; // index into draw pool for indices (yeah, I know!) | 230 | U32 mIndicesIndex; // index into draw pool for indices (yeah, I know!) |
231 | S32 mIndexInTex ; | ||
228 | 232 | ||
229 | //previous rebuild's geometry info | 233 | //previous rebuild's geometry info |
230 | U16 mLastGeomCount; | 234 | U16 mLastGeomCount; |