diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llface.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llface.h b/linden/indra/newview/llface.h index 533851c..0501dcc 100644 --- a/linden/indra/newview/llface.h +++ b/linden/indra/newview/llface.h | |||
@@ -91,6 +91,7 @@ public: | |||
91 | LLXformMatrix* getXform() const { return mXform; } | 91 | LLXformMatrix* getXform() const { return mXform; } |
92 | BOOL hasGeometry() const { return mGeomCount > 0; } | 92 | BOOL hasGeometry() const { return mGeomCount > 0; } |
93 | LLVector3 getPositionAgent() const; | 93 | LLVector3 getPositionAgent() const; |
94 | LLVector2 surfaceToTexture(LLVector2 surface_coord, LLVector3 position, LLVector3 normal); | ||
94 | 95 | ||
95 | U32 getState() const { return mState; } | 96 | U32 getState() const { return mState; } |
96 | void setState(U32 state) { mState |= state; } | 97 | void setState(U32 state) { mState |= state; } |
@@ -165,7 +166,7 @@ public: | |||
165 | void update(); | 166 | void update(); |
166 | 167 | ||
167 | void updateCenterAgent(); // Update center when xform has changed. | 168 | void updateCenterAgent(); // Update center when xform has changed. |
168 | void renderSelectedUV(const S32 offset = 0, const S32 count = 0); | 169 | void renderSelectedUV(); |
169 | 170 | ||
170 | void renderForSelect(U32 data_mask = LLVertexBuffer::MAP_VERTEX | LLVertexBuffer::MAP_TEXCOORD); | 171 | void renderForSelect(U32 data_mask = LLVertexBuffer::MAP_VERTEX | LLVertexBuffer::MAP_TEXCOORD); |
171 | void renderSelected(LLImageGL *image, const LLColor4 &color); | 172 | void renderSelected(LLImageGL *image, const LLColor4 &color); |