diff options
author | Dave Parks <davep@lindenlab.com> | 2011-08-17 12:55:32 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-08-17 12:55:32 -0500 |
commit | f7d17cad5cc3784abb0dea4fb5bec967cbc1f81b (patch) | |
tree | 8275389cc7f13ac4b3e2084c0288d2b2b06ecbeb /indra/llmath/llvolume.h | |
parent | 5c0df02df5abdadbf17235ae5d7208963c25f1ce (diff) |
SH-2188 Fix for generally bad vertex buffer updates for rigged attachments and fix for viewer always thinking meshes initially have 8 texture entries.
Diffstat (limited to 'indra/llmath/llvolume.h')
-rw-r--r-- | indra/llmath/llvolume.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h index f67f8f644d..f0e59a3c00 100644 --- a/indra/llmath/llvolume.h +++ b/indra/llmath/llvolume.h @@ -1058,14 +1058,14 @@ protected: public: virtual bool unpackVolumeFaces(std::istream& is, S32 size); - virtual void makeTetrahedron(); - virtual BOOL isTetrahedron(); + virtual void setMeshAssetLoaded(BOOL loaded); + virtual BOOL isMeshAssetLoaded(); protected: BOOL mUnique; F32 mDetail; S32 mSculptLevel; - BOOL mIsTetrahedron; + BOOL mIsMeshAssetLoaded; LLVolumeParams mParams; LLPath *mPathp; |