aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/llvolume.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmath/llvolume.h')
-rw-r--r--linden/indra/llmath/llvolume.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/linden/indra/llmath/llvolume.h b/linden/indra/llmath/llvolume.h
index 6ac07f5..3973f70 100644
--- a/linden/indra/llmath/llvolume.h
+++ b/linden/indra/llmath/llvolume.h
@@ -174,7 +174,7 @@ const LLFaceID LL_FACE_OUTER_SIDE_3 = 0x1 << 8;
174const U8 LL_SCULPT_TYPE_NONE = 0; 174const U8 LL_SCULPT_TYPE_NONE = 0;
175const U8 LL_SCULPT_TYPE_SPHERE = 1; 175const U8 LL_SCULPT_TYPE_SPHERE = 1;
176const U8 LL_SCULPT_TYPE_TORUS = 2; 176const U8 LL_SCULPT_TYPE_TORUS = 2;
177const U8 LL_SCULPT_TYPE_PLAIN = 3; 177const U8 LL_SCULPT_TYPE_PLANE = 3;
178const U8 LL_SCULPT_TYPE_CYLINDER = 4; 178const U8 LL_SCULPT_TYPE_CYLINDER = 4;
179 179
180 180
@@ -860,9 +860,6 @@ public:
860 BOOL isUnique() const { return mUnique; } 860 BOOL isUnique() const { return mUnique; }
861 861
862 S32 getSculptLevel() const { return mSculptLevel; } 862 S32 getSculptLevel() const { return mSculptLevel; }
863 void setSculptLevel(S32 level) { mSculptLevel = level; }
864
865 U8 getSculptType() const { return mSculptType; }
866 863
867 S32 *getTriangleIndices(U32 &num_indices) const; 864 S32 *getTriangleIndices(U32 &num_indices) const;
868 void generateSilhouetteVertices(std::vector<LLVector3> &vertices, std::vector<LLVector3> &normals, std::vector<S32> &segments, const LLVector3& view_vec, 865 void generateSilhouetteVertices(std::vector<LLVector3> &vertices, std::vector<LLVector3> &normals, std::vector<S32> &segments, const LLVector3& view_vec,
@@ -908,7 +905,6 @@ protected:
908 BOOL mUnique; 905 BOOL mUnique;
909 F32 mDetail; 906 F32 mDetail;
910 S32 mSculptLevel; 907 S32 mSculptLevel;
911 U8 mSculptType;
912 908
913 LLVolumeParams mParams; 909 LLVolumeParams mParams;
914 LLPath *mPathp; 910 LLPath *mPathp;