Ignore:
Timestamp:
03/22/06 14:15:07 (18 years ago)
Author:
bittner
Message:

visibility filter used in glrenderer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/default.env

    r685 r713  
    2626        type rss 
    2727        detectEmptyViewSpace true 
    28         pvsRenderErrorSamples 10000 
    29         quitOnFinish false 
    30         computeVisibility false 
     28        pvsRenderErrorSamples 5000 
     29#       pvsRenderErrorSamples 1000 
     30        quitOnFinish true 
     31        computeVisibility true 
    3132} 
    3233 
     
    7576 
    7677RssPreprocessor { 
    77         samplesPerPass 100000 
     78        samplesPerPass 500000 
    7879        initialSamples 500000 
    79         vssSamples 5000000 
    80         vssSamplesPerPass 500000 
     80        vssSamples 20000000 
     81        vssSamplesPerPass 1000000 
    8182        useImportanceSampling true 
    8283 
     
    176177        } 
    177178 
     179        Filter { 
     180                maxSize 20 
     181                width  200.0 
     182        } 
     183 
    178184        #number of active view cells 
    179         active 1024 
     185        active 3000 
    180186        maxStaticMemory 40 
    181187 
     
    185191        #type kdTree 
    186192        #type vspKdTree 
    187         type bspTree 
    188         #type vspBspTree 
     193        #type bspTree 
     194        type vspBspTree 
    189195        #type sceneDependent 
    190196         
     
    235241         
    236242        Evaluation { 
    237                 samplesPerPass 80000 
    238                 samples 1000000 
     243                samplesPerPass 500 
     244                samples 1000 
    239245                statsPrefix ../scripts/viewCells 
    240246        } 
     
    248254#       filename ../scripts/viewcells_soda5-2.xml 
    249255#       filename ../data/soda/soda5-viewcells.xml 
    250         filename ../scripts/viewcells_atlanta.xml 
     256#       filename ../scripts/viewcells_atlanta.xml 
     257        filename ../data/soda/soda5-viewcells2.xml 
    251258} 
    252259 
     
    348355                minGlobalCostRatio      0.0000001 
    349356#               minGlobalCostRatio      0.0001 
    350                 maxViewCells            20000 
     357                maxViewCells            3000 
    351358         
    352359 
Note: See TracChangeset for help on using the changeset viewer.