diff options
author | Dave Parks <davep@lindenlab.com> | 2010-03-05 14:33:14 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-03-05 14:33:14 -0600 |
commit | b43441d9024db6e2ff46e53aace14f1fb6c1bbe6 (patch) | |
tree | 9ab8f67f0494be9809c7792116a17430fdfa775c /indra/newview/llspatialpartition.h | |
parent | 16a30929f9b12359658d0f462b6bac25ed9a36fb (diff) |
COMMENTS!
Diffstat (limited to 'indra/newview/llspatialpartition.h')
-rw-r--r-- | indra/newview/llspatialpartition.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llspatialpartition.h b/indra/newview/llspatialpartition.h index ef6b915e5c..88fab01ea4 100644 --- a/indra/newview/llspatialpartition.h +++ b/indra/newview/llspatialpartition.h @@ -347,11 +347,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; |