aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterimagepreview.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterimagepreview.h')
-rw-r--r--linden/indra/newview/llfloaterimagepreview.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterimagepreview.h b/linden/indra/newview/llfloaterimagepreview.h
index 9d80f09..d511caa 100644
--- a/linden/indra/newview/llfloaterimagepreview.h
+++ b/linden/indra/newview/llfloaterimagepreview.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2004&license=viewergpl$ 5 * $LicenseInfo:firstyear=2004&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2004-2008, Linden Research, Inc. 7 * Copyright (c) 2004-2009, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -41,6 +41,7 @@ class LLJoint;
41class LLViewerJointMesh; 41class LLViewerJointMesh;
42class LLVOAvatar; 42class LLVOAvatar;
43class LLTextBox; 43class LLTextBox;
44class LLVertexBuffer;
44 45
45class LLImagePreviewSculpted : public LLDynamicTexture 46class LLImagePreviewSculpted : public LLDynamicTexture
46{ 47{
@@ -67,6 +68,7 @@ class LLImagePreviewSculpted : public LLDynamicTexture
67 F32 mCameraZoom; 68 F32 mCameraZoom;
68 LLVector3 mCameraOffset; 69 LLVector3 mCameraOffset;
69 LLPointer<LLVolume> mVolume; 70 LLPointer<LLVolume> mVolume;
71 LLPointer<LLVertexBuffer> mVertexBuffer;
70}; 72};
71 73
72 74
@@ -127,7 +129,7 @@ protected:
127 S32 mLastMouseY; 129 S32 mLastMouseY;
128 LLRect mPreviewRect; 130 LLRect mPreviewRect;
129 LLRectf mPreviewImageRect; 131 LLRectf mPreviewImageRect;
130 GLuint mGLName; 132 LLPointer<LLImageGL> mImagep ;
131 133
132 static S32 sUploadAmount; 134 static S32 sUploadAmount;
133}; 135};