Ignore:
Timestamp:
02/08/06 20:32:42 (18 years ago)
Author:
bittner
Message:

slider support for viewcells

File:
1 edited

Legend:

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

    r599 r608  
    2525#       type vss 
    2626        type rss 
    27         detectEmptyViewSpace false 
     27        detectEmptyViewSpace true 
    2828        pvsRenderErrorSamples 10000 
    2929        quitOnFinish false 
     
    7272 
    7373RssPreprocessor { 
    74         samplesPerPass 500000 
     74        samplesPerPass 500 
    7575        initialSamples 100 
    7676        vssSamples 100 
    77         vssSamplesPerPass 1000000 
     77        vssSamplesPerPass 100 
    7878        useImportanceSampling true 
    7979 
     
    219219                exportRays true 
    220220                exportGeometry true 
    221                 exportMergedViewCells true 
    222                 useCuttingPlane true 
     221                exportMergedViewCells false 
     222                useCuttingPlane false 
    223223                cuttingPlaneAxis 1 
    224224        } 
     
    283283VspBspTree { 
    284284        Construction { 
    285                 samples 300000 
     285                samples 1000000 
    286286                epsilon 0.005 
    287287                randomize false 
     
    330330 
    331331                 
    332                 maxViewCells            10000 
     332                maxViewCells            50000 
    333333                 
    334334                # used for pvs criterium 
Note: See TracChangeset for help on using the changeset viewer.