Ignore:
Timestamp:
04/28/06 12:23:14 (18 years ago)
Author:
bittner
Message:

apply filter routine for working modules

File:
1 edited

Legend:

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

    r811 r859  
    1212#filename ../data/vienna/vienna-buildings.x3d;../data/vienna/vienna-roofs.x3d;../data/vienna/vienna-plane.x3d;../data/vienna/vienna-roads.x3d 
    1313# filename ../data/vienna/viewcells-25-sel.x3d 
    14 #filename ../data/atlanta/atlanta2.x3d 
     14filename ../data/atlanta/atlanta2.x3d 
    1515#filename ../data/soda/soda.dat 
    16 filename ../data/soda/soda5.dat 
     16#filename ../data/soda/soda5.dat 
    1717#filename ../data/PowerPlant/ppsection1/part_a/g0.ply 
    1818#filename ../data/PowerPlant/ppsection1/part_b/g0.ply 
     
    2828        # stored sample rays 
    2929        samplesFilename rays.out 
    30         useGlRenderer false 
    31         useGlDebugger true 
     30        useGlRenderer true 
     31        useGlDebugger false 
    3232#       type sampling 
    3333#       type vss 
    34 #       type rss 
    35         type render 
     34        type rss 
     35#       type render 
    3636        detectEmptyViewSpace false 
    3737        pvsRenderErrorSamples 0 
     
    5151        vssSamples 1000000 
    5252        vssSamplesPerPass 200000 
    53         useImportanceSampling true 
     53        useImportanceSampling false 
    5454        loadInitialSamples  false 
    5555        storeInitialSamples false 
     
    8989 
    9090RssPreprocessor { 
    91         samplesPerPass 100000 
    92         initialSamples 500000 
    93         vssSamples 1000000000 
    94         vssSamplesPerPass 100000 
    95         useImportanceSampling true 
     91        samplesPerPass 1000000 
     92        initialSamples 1000000 
     93        vssSamples 1000000 
     94        vssSamplesPerPass 1000000 
     95        useImportanceSampling false 
    9696 
    9797        directionalSampling false 
     
    101101                pvs false 
    102102                rssTree false 
    103                 rays true 
     103                rays false 
    104104                numRays 20000 
    105105        } 
     
    170170MeshKdTree { 
    171171        Termination { 
    172                 minCost 8 
     172                minCost 40 
    173173                maxDepth 18 
    174174                maxCostRatio 0.9 
     
    201201 
    202202        #number of active view cells 
    203         active 15000 
     203        active 5000 
    204204        maxStaticMemory 40 
    205205 
     
    214214         
    215215        height 5.0 
    216         maxViewCells 4000 
     216        maxViewCells 5000 
    217217 
    218218        #percentage of total visible objects where pvs is considered invalid 
     
    248248                #colorCode MergedTreeDiff 
    249249                colorCode Random 
    250                 exportRays true 
     250                exportRays false 
    251251                exportGeometry false 
    252252                exportMergedViewCells false 
     
    273273#       filename ../data/soda/soda5-viewcells.xml 
    274274#       filename ../scripts/viewcells_atlanta.xml 
    275         filename ../data/soda/soda5-viewcells2.xml 
    276 #       filename ../data/atlanta/viewcells_atlanta3.xml 
     275#       filename ../data/soda/soda5-viewcells2.xml 
     276        filename ../data/atlanta/viewcells_atlanta3.xml 
    277277#       filename ../data/vienna/viewcells_vienna.xml 
    278278#       filename ../data/PowerPlant/power_plant_viewcells_all3.xml 
     
    376376                minGlobalCostRatio      0.0000001 
    377377#               minGlobalCostRatio      0.0001 
    378                 maxViewCells            3000 
     378                maxViewCells            50000 
    379379         
    380380 
Note: See TracChangeset for help on using the changeset viewer.