Ignore:
Timestamp:
02/02/06 19:16:39 (18 years ago)
Author:
mattausch
Message:

fixed bug in mergueue to find root of merge and sort out doube view cells

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/VspBspTree.cpp

    r580 r582  
    132132        Debug << "max plane candidates: " << mMaxRayCandidates << endl; 
    133133        Debug << "randomize: " << randomize << endl; 
    134 //      Debug << "minimum view cells: " << mMergeMinViewCells << endl; 
     134 
    135135        Debug << "using area for pvs: " << mUseAreaForPvs << endl; 
    136136        Debug << "render cost weight: " << mRenderCostWeight << endl; 
     
    20492049 
    20502050 
    2051 void VspBspTree::ConstructGeometry(BspViewCell *vc,  
     2051void VspBspTree::ConstructGeometry(ViewCell *vc,  
    20522052                                                                   BspNodeGeometry &vcGeom) const 
    20532053{ 
Note: See TracChangeset for help on using the changeset viewer.