Ignore:
Timestamp:
08/09/06 10:49:20 (18 years ago)
Author:
mattausch
Message:

changed osp partition to something taking mult references into account

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/VspBspTree.cpp

    r1168 r1189  
    499499                  mBspStats.Leaves() * sizeof(BspLeaf) +  
    500500                  mCreatedViewCells * sizeof(BspViewCell) + 
    501                   mBspStats.pvs * sizeof(ObjectPvsData) + 
     501                  mBspStats.pvs * sizeof(PvsData) + 
    502502                  mBspStats.Interior() * sizeof(BspInterior) + 
    503503                  mBspStats.accumRays * sizeof(RayInfo)) / (1024.0f * 1024.0f); 
Note: See TracChangeset for help on using the changeset viewer.