Ignore:
Timestamp:
05/29/08 00:31:59 (16 years ago)
Author:
mattausch
Message:

siggraph asia submission

File:
1 edited

Legend:

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

    r2717 r2725  
    243243                        //if (!node) cerr << "e " << obj->GetBox() << " " << ray.mTermination << endl; else  
    244244                        if (!node->Mailed()) 
    245                         {//cout<<"o "; 
     245                        { 
    246246                                // add to pvs 
    247247                                node->Mail(); 
     
    442442 
    443443        ////////// 
    444         //-- fill up simple rays with random rays so we can cast 16 
     444        //-- fill up simple rays with random rays so we can cast 16 rays simultaniosly 
    445445 
    446446        //const int numRandomRays = 0; 
Note: See TracChangeset for help on using the changeset viewer.