Changeset 559
- Timestamp:
- 01/20/06 09:35:30 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/VspBspTree.cpp
r558 r559 2818 2818 int pass = 0; 2819 2819 const int nextPass = 200; 2820 for (int k = 0; k < (int)viewCells.size(); ++ k) 2821 Debug << "vc mailid4: " << viewCells[k]->mMailbox << endl; 2820 2822 2821 cout << "starting merge ... "; 2823 2822 … … 2899 2898 } 2900 2899 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 2905 2900 cout << "finished" << endl; 2906 2901 // not part of any leaf … … 2934 2929 if (i -- < newVcSize) 2935 2930 { 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; 2937 2934 m.mDiffuseColor.g = 0; 2938 m.mDiffuseColor.b = 0; 2935 m.mDiffuseColor.b = 0;*/ 2939 2936 } 2940 2937 else … … 2953 2950 } 2954 2951 cout << "finished " << endl; 2952 2955 2953 } 2956 2954 }
Note: See TracChangeset
for help on using the changeset viewer.