Ignore:
Timestamp:
05/18/08 00:30:13 (16 years ago)
Author:
mattausch
Message:

fixed several problems

File:
1 edited

Legend:

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

    r2677 r2686  
    226226                        mTrianglePvs.push_back(obj); 
    227227                 
    228                         mGenericStats = mTrianglePvs.size(); 
     228                        mGenericStats = (int)mTrianglePvs.size(); 
    229229 
    230230                        // exchange the triangle with the node in the pvs for kd pvs 
     
    971971 
    972972        ComputeViewCell(vc); 
    973                 // $$ JB HACK compute just first viewcell 
    974                 //              break; 
    975973        } 
    976974} 
     
    979977void GvsPreprocessor::PerViewCellComputation2() 
    980978{ 
    981         ViewCell *vc; 
    982  
    983979        while (1) 
    984980        { 
     
    11381134                // provide list of view cells to compute 
    11391135                CompileViewCellsList(); 
     1136 
    11401137                // start per view cell gvs 
    11411138                PerViewCellComputation(); 
Note: See TracChangeset for help on using the changeset viewer.