Ignore:
Timestamp:
04/24/06 20:27:38 (18 years ago)
Author:
bittner
Message:

first merge after the svn server crash

File:
1 edited

Legend:

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

    r749 r811  
    1 ############################################################################# 
     1############################################################################ 
    22# ERS default configuration file 
    33# Jiri Bittner 2003 
     
    1414#filename ../data/atlanta/atlanta2.x3d 
    1515#filename ../data/soda/soda.dat 
    16 #filename ../data/soda/soda5.dat 
    17 filename ../data/PowerPlant/ppsection1/part_a/g0.ply 
     16filename ../data/soda/soda5.dat 
     17#filename ../data/PowerPlant/ppsection1/part_a/g0.ply 
     18#filename ../data/PowerPlant/ppsection1/part_b/g0.ply 
     19#filename ../data/PowerPlant/ppsection1.plb 
     20#filename ../data/PowerPlant/all.plb 
     21#filename ../data/PowerPlant/selection3.plb 
     22#filename ../data/PowerPlant/section10.plb;../data/PowerPlant/section14.plb 
     23#filename ../data/PowerPlant/selection.plb 
     24#filename ../data/PowerPlant/comps/ppsection1/comps.plb 
    1825} 
    1926 
     
    2128        # stored sample rays 
    2229        samplesFilename rays.out 
    23         useGlRenderer true 
     30        useGlRenderer false 
     31        useGlDebugger true 
    2432#       type sampling 
    2533#       type vss 
    26         type rss 
     34#       type rss 
     35        type render 
    2736        detectEmptyViewSpace false 
    28 #       pvsRenderErrorSamples 1 
    29         pvsRenderErrorSamples 1000 
    30         quitOnFinish true 
     37        pvsRenderErrorSamples 0 
     38#       pvsRenderErrorSamples 1000 
     39        quitOnFinish false 
    3140        computeVisibility true 
    3241} 
    3342 
     43 
     44RenderSampler { 
     45        samples 10000 
     46} 
    3447 
    3548VssPreprocessor { 
     
    7689 
    7790RssPreprocessor { 
    78         samplesPerPass 500000 
     91        samplesPerPass 100000 
    7992        initialSamples 500000 
    80         vssSamples 30000000 
    81         vssSamplesPerPass 1000000 
    82         useImportanceSampling false 
     93        vssSamples 1000000000 
     94        vssSamplesPerPass 100000 
     95        useImportanceSampling true 
    8396 
    8497        directionalSampling false 
     
    88101                pvs false 
    89102                rssTree false 
    90                 rays false 
    91                 numRays 5000 
     103                rays true 
     104                numRays 20000 
    92105        } 
    93106 
     
    141154 
    142155KdTree { 
    143         sahUseFaces true 
     156        sahUseFaces false 
    144157        Termination { 
    145158                minCost 1 
    146                 maxDepth 18 
    147                 maxCostRatio 0.9 
     159                maxDepth 30 
     160                maxCostRatio 1.0 
    148161                ct_div_ci 0.5 
     162                maxNodes 500000  
    149163        } 
    150164 
     
    156170MeshKdTree { 
    157171        Termination { 
    158                 minCost 1 
     172                minCost 8 
    159173                maxDepth 18 
    160174                maxCostRatio 0.9 
     
    178192        Construction { 
    179193                samples 100000 
    180                 samplesPerPass 200000 
     194                samplesPerPass 100000 
    181195        } 
    182196 
     
    224238                refine false 
    225239                compress false 
    226                 merge true 
     240                merge false 
    227241        } 
    228242 
     
    234248                #colorCode MergedTreeDiff 
    235249                colorCode Random 
    236                 exportRays false 
     250                exportRays true 
    237251                exportGeometry false 
    238252                exportMergedViewCells false 
     
    257271#       filename ../scripts/viewcells_atlanta.xml 
    258272#       filename ../scripts/viewcells_soda5-2.xml 
    259         filename ../data/soda/soda5-viewcells.xml 
     273#       filename ../data/soda/soda5-viewcells.xml 
    260274#       filename ../scripts/viewcells_atlanta.xml 
    261 #       filename ../data/soda/soda5-viewcells2.xml 
     275        filename ../data/soda/soda5-viewcells2.xml 
    262276#       filename ../data/atlanta/viewcells_atlanta3.xml 
    263277#       filename ../data/vienna/viewcells_vienna.xml 
     278#       filename ../data/PowerPlant/power_plant_viewcells_all3.xml 
    264279} 
    265280 
Note: See TracChangeset for help on using the changeset viewer.