Changeset 559


Ignore:
Timestamp:
01/20/06 09:35:30 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r558 r559  
    28182818        int pass = 0; 
    28192819        const int nextPass = 200; 
    2820 for (int k = 0; k < (int)viewCells.size(); ++ k) 
    2821                                                 Debug << "vc mailid4: " << viewCells[k]->mMailbox << endl; 
     2820 
    28222821        cout << "starting merge ... "; 
    28232822 
     
    28992898                                        } 
    29002899                                 
    2901                                         for (int k = 0; k < (int)viewCells.size(); ++ k) 
    2902                                                 //Debug << "vc mailid: " << viewCells[k]->mMailbox << endl; 
    2903                                                 Debug << "vc id: " << viewCells[k]->GetId() << endl; 
    2904  
    29052900                                        cout << "finished" << endl; 
    29062901                                        // not part of any leaf 
     
    29342929                                                        if (i -- < newVcSize) 
    29352930                                                        { 
    2936                                                                 m.mDiffuseColor.r = RandomValue(0.5, 1.0); 
     2931                                                                m = RandomMaterial(); 
     2932                                                                /*float col = RandomValue(0.5, 1.0); 
     2933                                                                m.mDiffuseColor.r = col; 
    29372934                                                                m.mDiffuseColor.g = 0; 
    2938                                                                 m.mDiffuseColor.b = 0; 
     2935                                                                m.mDiffuseColor.b = 0;*/ 
    29392936                                                        } 
    29402937                                                        else 
     
    29532950                                        } 
    29542951                                        cout << "finished " << endl; 
     2952 
    29552953                                } 
    29562954                        } 
Note: See TracChangeset for help on using the changeset viewer.