Ignore:
Timestamp:
01/25/06 01:44:46 (18 years ago)
Author:
mattausch
Message:

finished function for view cell construction
removed bsp rays from vspbspmanager

File:
1 edited

Legend:

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

    r573 r574  
    3030VssPreprocessor { 
    3131        samplesPerPass  100000 
    32         initialSamples 6000000 
     32        initialSamples 0 
    3333        vssSamples 0 
    3434        vssSamplesPerPass 500000 
     
    7878RssPreprocessor { 
    7979        samplesPerPass  100000 
    80         initialSamples 500000 
    81         vssSamples 10000000 
     80        #initialSamples 500000 
     81        #vssSamples 10000000 
     82        #for view cell construction 
     83        initialSamples 0 
     84        vssSamples 0 
    8285        vssSamplesPerPass 500000 
    8386        useImportanceSampling true 
     
    171174 
    172175ViewCells { 
     176        # samples used for view cell construction 
     177        Construction { 
     178                samples 5000000 
     179                samplesPerPass 500000 
     180        } 
     181         
    173182        loadFromFile false 
    174183        exportToFile false 
     
    196205        Visualization { 
    197206                # how much samples we use for visualization 
    198                 samples 5000 
     207                samples 100000 
    199208                #colorCode PVS 
    200209                #colorCode MergedLeaves 
Note: See TracChangeset for help on using the changeset viewer.