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 | c66e2b16fe0463f5b0df265e9d8c3471a3b590b1 (patch) | |
| tree | 61cfd33518a3cd09cc803a1978a1c398b264c942 /indra | |
| parent | c986e5c86343da17cf9565ee14ff1cf7d83770b4 (diff) | |
COMMENTS!
Diffstat (limited to 'indra')
| -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 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; | 
