Ignore:
Timestamp:
01/18/06 04:55:43 (18 years ago)
Author:
bittner
Message:

rss tree tmp changes for regular sampling

File:
1 edited

Legend:

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

    r547 r549  
    2323        useGlRenderer true 
    2424#       type sampling 
    25         type vss 
    26 #       type rss 
     25#       type vss 
     26        type rss 
    2727        detectEmptyViewSpace false 
    2828} 
     
    7070RssPreprocessor { 
    7171        samplesPerPass  100000 
    72         initialSamples 500000 
    73         vssSamples 10000000 
    74         vssSamplesPerPass 500000 
     72        initialSamples 1000000 
     73        vssSamples 20000000 
     74        vssSamplesPerPass 1000000 
    7575        useImportanceSampling true 
    7676 
     
    8787        useViewcells true 
    8888        updateSubdivision true 
    89 loadInitialSamples true 
     89        loadInitialSamples true 
    9090        storeInitialSamples false 
    9191} 
     
    107107        maxStaticMemory 100 
    108108 
    109         splitType regular 
     109#       splitType regular 
    110110#       splitType heuristic 
    111 #       splitType hybrid 
    112         splitUseOnlyDrivingAxis true 
     111        splitType hybrid 
     112        splitUseOnlyDrivingAxis false 
    113113        importanceBasedCost false 
    114114 
     
    168168 
    169169ViewCells { 
    170         loadFromFile false 
     170        loadFromFile true 
    171171        #type kdTree 
    172172        #type vspKdTree 
     
    200200        } 
    201201         
    202         filename ../data/soda/viewcells_soda5.xml 
     202#       filename ../data/soda/viewcells_soda5.xml 
     203        filename ../data/atlanta/viewcells_atlanta2.xml 
    203204#       filename ../data/atlanta/atlanta_viewcells_large.x3d 
    204205#       filename ../data/vienna/viewcells-25-sel.x3d 
Note: See TracChangeset for help on using the changeset viewer.