diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-30 13:25:18 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-30 13:25:18 +0200 |
commit | db482969ed69b16b1755599750dd2d80cb4daff8 (patch) | |
tree | 70e6afc4826ee8e3e3cb7b36b6a5a0ff52b79f9a /indra/newview/llface.h | |
parent | 1febd28bd41f3ba0102a86da48f3098eebbbdb8a (diff) | |
parent | f4e2287175ab1bc9d09fc73435a828071b9e2ba5 (diff) |
Merge from default branch.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llface.h')
-rw-r--r-- | indra/newview/llface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llface.h b/indra/newview/llface.h index 68eee061b8..e12b64a2f2 100644 --- a/indra/newview/llface.h +++ b/indra/newview/llface.h @@ -105,6 +105,9 @@ public: F32 getVirtualSize() const { return mVSize; } F32 getPixelArea() const { return mPixelArea; } + S32 getIndexInTex() const {return mIndexInTex ;} + void setIndexInTex(S32 index) { mIndexInTex = index ;} + void renderSetColor() const; S32 renderElements(const U16 *index_array) const; S32 renderIndexed (); @@ -236,6 +239,7 @@ private: U16 mGeomIndex; // index into draw pool U32 mIndicesCount; U32 mIndicesIndex; // index into draw pool for indices (yeah, I know!) + S32 mIndexInTex ; //previous rebuild's geometry info U16 mLastGeomCount; |