Changeset 1299 for GTP


Ignore:
Timestamp:
08/30/06 14:32:25 (18 years ago)
Author:
bittner
Message:

test

Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
3 edited

Legend:

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

    r1294 r1299  
    11981198 
    11991199 
     1200   
     1201 
    12001202  Vector3 min = sbox.Min(); 
    12011203  Vector3 max = sbox.Max(); 
  • GTP/trunk/Lib/Vis/Preprocessing/src/RssPreprocessor.cpp

    r1297 r1299  
    513513  if (!mLoadViewCells) 
    514514  { 
    515         if (1)  
     515        if (0)  
    516516          mViewCellsManager->SetViewSpaceBox(mKdTree->GetBox()); 
    517517        else { 
  • GTP/trunk/Lib/Vis/Preprocessing/src/default.env

    r1292 r1299  
    3838# 0 = INTERNAL          1 = MLRT 
    3939 
    40         rayCastMethod 1 
     40        rayCastMethod 0 
    4141         
    4242#       type sampling 
     
    225225 
    226226        #number of active view cells 
    227         active 1000 
     227        active 5000 
    228228        maxStaticMemory 200 
    229229 
     
    238238         
    239239        height 5.0 
    240         maxViewCells 1000 
     240        maxViewCells 5000 
    241241 
    242242        #percentage of total visible objects where pvs is considered invalid 
     
    378378#               minGlobalCostRatio      0.0001 
    379379# $$MAXVIEWCELLS 
    380                 maxViewCells            5000 
     380                maxViewCells            1 
    381381         
    382382 
Note: See TracChangeset for help on using the changeset viewer.