diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llmath/llvolume.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/llmath/llvolume.h')
-rw-r--r-- | linden/indra/llmath/llvolume.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llmath/llvolume.h b/linden/indra/llmath/llvolume.h index 63981da..91f7c9b 100644 --- a/linden/indra/llmath/llvolume.h +++ b/linden/indra/llmath/llvolume.h | |||
@@ -775,6 +775,8 @@ public: | |||
775 | S32 mNumS; | 775 | S32 mNumS; |
776 | S32 mNumT; | 776 | S32 mNumT; |
777 | 777 | ||
778 | LLVector3 mExtents[2]; //minimum and maximum point of face | ||
779 | |||
778 | std::vector<VertexData> mVertices; | 780 | std::vector<VertexData> mVertices; |
779 | std::vector<S32> mIndices; | 781 | std::vector<S32> mIndices; |
780 | std::vector<S32> mEdge; | 782 | std::vector<S32> mEdge; |
@@ -868,7 +870,6 @@ public: | |||
868 | const LLVolumeFace &getVolumeFace(const S32 f) const {return mVolumeFaces[f];} // DO NOT DELETE VOLUME WHILE USING THIS REFERENCE, OR HOLD A POINTER TO THIS VOLUMEFACE | 870 | const LLVolumeFace &getVolumeFace(const S32 f) const {return mVolumeFaces[f];} // DO NOT DELETE VOLUME WHILE USING THIS REFERENCE, OR HOLD A POINTER TO THIS VOLUMEFACE |
869 | 871 | ||
870 | U32 mFaceMask; // bit array of which faces exist in this volume | 872 | U32 mFaceMask; // bit array of which faces exist in this volume |
871 | LLVector3 mBounds[2]; // bounding box (center, half-height) | ||
872 | LLVector3 mLODScaleBias; // vector for biasing LOD based on scale | 873 | LLVector3 mLODScaleBias; // vector for biasing LOD based on scale |
873 | 874 | ||
874 | protected: | 875 | protected: |