Ignore:
Timestamp:
01/03/06 02:06:09 (19 years ago)
Author:
mattausch
Message:

added loading and storing rays capability

File:
1 edited

Legend:

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

    r489 r490  
    1919 
    2020Preprocessor { 
     21        # stored sample rays 
     22        samplesFilename rays.out 
    2123#       type sampling 
    2224        type vss 
     
    2628VssPreprocessor { 
    2729        samplesPerPass  100000 
    28         initialSamples 500000 
     30        initialSamples 5000000 
    2931        vssSamples 200000 
    3032        vssSamplesPerPass 100000 
    3133        useImportanceSampling true 
     34        loadInitialSamples  false 
     35        storeInitialSamples true 
    3236} 
    3337 
     
    6872        vssSamplesPerPass 100000 
    6973        useImportanceSampling true 
     74        loadInitialSamples true 
     75        storeInitialSamples false 
    7076} 
    7177 
     
    143149} 
    144150 
    145  
    146151ViewCells { 
    147152        loadFromFile false 
     
    155160        height 5.0 
    156161        maxViewCells 100 
    157         maxPvs 130 
     162        maxPvs 90 
    158163         
    159164         
     
    167172 
    168173        Visualization { 
    169                 # how much samples are be used for visualization 
    170                 samples 1000 
     174                # how much samples we use for visualization 
     175                samples 5000 
    171176                #colorCode PVS 
    172177                #colorCode MergedLeaves 
     
    233238                samples 300000 
    234239                epsilon 0.005 
    235                 randomize true 
     240                randomize false 
    236241        } 
    237242 
Note: See TracChangeset for help on using the changeset viewer.