summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-03-05 14:33:14 -0600
committerDave Parks <davep@lindenlab.com>2010-03-05 14:33:14 -0600
commitc6a2960a2d721cfbeaf41c48e80a8d1359bd6b7c (patch)
tree544914c34aabbc6208aca1c224a540565916637f /indra/newview
parentaa07c778192ffe59234c09bfa366c831db20337f (diff)
COMMENTS!
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llspatialpartition.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llspatialpartition.h b/indra/newview/llspatialpartition.h
index de3745a1a3..929f2adc1a 100644
--- a/indra/newview/llspatialpartition.h
+++ b/indra/newview/llspatialpartition.h
@@ -346,11 +346,11 @@ public:
F32 mBuilt;
OctreeNode* mOctreeNode;
LLSpatialPartition* mSpatialPartition;
- LLVector3 mBounds[2];
- LLVector3 mExtents[2];
+ LLVector3 mBounds[2]; // bounding box (center, size) of this node and all its children (tight fit to objects)
+ LLVector3 mExtents[2]; // extents (min, max) of this node and all its children
- LLVector3 mObjectExtents[2];
- LLVector3 mObjectBounds[2];
+ LLVector3 mObjectExtents[2]; // extents (min, max) of objects in this node
+ LLVector3 mObjectBounds[2]; // bounding box (center, size) of objects in this node
LLPointer<LLVertexBuffer> mVertexBuffer;
F32* mOcclusionVerts;