aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llsurface.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llsurface.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-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 'linden/indra/newview/llsurface.h')
-rw-r--r--linden/indra/newview/llsurface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/newview/llsurface.h b/linden/indra/newview/llsurface.h
index d8da6fc..ebd8595 100644
--- a/linden/indra/newview/llsurface.h
+++ b/linden/indra/newview/llsurface.h
@@ -217,9 +217,6 @@ protected:
217 F32 mMetersPerGrid; // Converts (i,j) indecies to distance 217 F32 mMetersPerGrid; // Converts (i,j) indecies to distance
218 F32 mMetersPerEdge; // = mMetersPerGrid * (mGridsPerEdge-1) 218 F32 mMetersPerEdge; // = mMetersPerGrid * (mGridsPerEdge-1)
219 219
220 F32 mSurfaceTexScale; // Scale factors for automatic tex coord generation
221 F32 mDetailTexScale;
222
223 LLPatchVertexArray mPVArray; 220 LLPatchVertexArray mPVArray;
224 221
225 BOOL mHasZData; // We've received any patch data for this surface. 222 BOOL mHasZData; // We've received any patch data for this surface.