Ignore:
Timestamp:
01/04/06 18:39:24 (19 years ago)
Author:
mattausch
Message:

beware: bug in view cells merging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env

    r495 r497  
    2121        # stored sample rays 
    2222        samplesFilename rays.out 
     23        useGlRenderer false 
    2324#       type sampling 
    2425        type vss 
     
    6869RssPreprocessor { 
    6970        samplesPerPass  100000 
    70         initialSamples 400000 
    71         vssSamples 1000000 
    72         vssSamplesPerPass 100000 
     71        initialSamples 500000 
     72        vssSamples 10000000 
     73        vssSamplesPerPass 500000 
    7374        useImportanceSampling true 
    74         loadInitialSamples true 
     75 
     76        directionalSampling true 
     77        objectBasedSampling false 
     78 
     79        Export { 
     80                pvs false 
     81                rssTree false 
     82                rays true 
     83                numRays 5000 
     84        } 
     85 
     86        useViewcells true 
     87        updateSubdivision true 
     88loadInitialSamples true 
    7589        storeInitialSamples false 
    7690} 
    7791 
     92 
    7893RssTree { 
    79         #useRss    false 
     94 
    8095        epsilon         1e-6 
    8196 
    8297        maxDepth        40 
    83         minPvs          5 
     98        minPvs          3 
    8499        minRays         30 
    85100        minSize         0.001 
    86         maxCostRatio    0.9 
    87         maxRayContribution 0.1 
    88          
     101        maxCostRatio 1.0 
     102        maxRayContribution 0.5 
     103        maxRays         1000000 
    89104        maxTotalMemory  200 
    90105        maxStaticMemory 100 
     
    93108#       splitType heuristic 
    94109        splitType hybrid 
    95         splitUseOnlyDrivingAxis false 
     110        splitUseOnlyDrivingAxis true 
     111        importanceBasedCost false 
    96112 
    97113        interleaveDirSplits     true 
    98     dirSplitDepth 9 
     114    dirSplitDepth 0 
    99115 
    100116        numberOfEndPointDomains 10000 
     
    152168        loadFromFile false 
    153169        #type kdTree 
    154         type vspKdTree 
     170        #type vspKdTree 
    155171        #type bspTree 
    156172        type vspBspTree 
     
    179195                colorCode Random 
    180196                exportRays false 
    181                 exportGeometry true 
     197                exportGeometry false 
    182198        } 
    183199         
     
    294310                minViewCells 500 
    295311                maxPvsSize   1000 
    296                 useRaysForMerge true 
     312                useRaysForMerge false 
    297313        } 
    298314} 
Note: See TracChangeset for help on using the changeset viewer.