diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llviewerjointmesh.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llviewerjointmesh.h')
-rw-r--r-- | linden/indra/newview/llviewerjointmesh.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/linden/indra/newview/llviewerjointmesh.h b/linden/indra/newview/llviewerjointmesh.h index e1b5e58..c02275a 100644 --- a/linden/indra/newview/llviewerjointmesh.h +++ b/linden/indra/newview/llviewerjointmesh.h | |||
@@ -148,8 +148,7 @@ public: | |||
148 | void setIsTransparent(BOOL is_transparent) { mIsTransparent = is_transparent; } | 148 | void setIsTransparent(BOOL is_transparent) { mIsTransparent = is_transparent; } |
149 | 149 | ||
150 | /*virtual*/ BOOL isAnimatable() { return FALSE; } | 150 | /*virtual*/ BOOL isAnimatable() { return FALSE; } |
151 | void writeCAL3D(apr_file_t* fp, S32 material_num, LLCharacter* characterp); | 151 | |
152 | |||
153 | // Avatar vertex skinning is a significant performance issue on computers | 152 | // Avatar vertex skinning is a significant performance issue on computers |
154 | // with avatar vertex programs turned off (for example, most Macs). We | 153 | // with avatar vertex programs turned off (for example, most Macs). We |
155 | // therefore have custom versions that use SIMD instructions. | 154 | // therefore have custom versions that use SIMD instructions. |
@@ -169,8 +168,6 @@ private: | |||
169 | // Allocate skin data | 168 | // Allocate skin data |
170 | BOOL allocateSkinData( U32 numSkinJoints ); | 169 | BOOL allocateSkinData( U32 numSkinJoints ); |
171 | 170 | ||
172 | S32 getBoundJointsByIndex(S32 index, S32 &joint_a, S32& joint_b); | ||
173 | |||
174 | // Free skin data | 171 | // Free skin data |
175 | void freeSkinData(); | 172 | void freeSkinData(); |
176 | }; | 173 | }; |