Ignore:
Timestamp:
12/05/05 04:42:54 (19 years ago)
Author:
mattausch
Message:

fixed bug in VspBspTree?
view cells in VssPreprocessor?
bounding rays for vspkdtree

Location:
trunk/VUT/GtpVisibilityPreprocessor/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/scripts/Preprocessor.vcproj

    r439 r448  
    255255                        </File> 
    256256                        <File 
     257                                RelativePath="..\src\RssPreprocessor.cpp"> 
     258                        </File> 
     259                        <File 
     260                                RelativePath="..\src\RssPreprocessor.h"> 
     261                        </File> 
     262                        <File 
     263                                RelativePath="..\src\RssTree.cpp"> 
     264                        </File> 
     265                        <File 
     266                                RelativePath="..\src\RssTree.h"> 
     267                        </File> 
     268                        <File 
    257269                                RelativePath="..\src\SamplingPreprocessor.cpp"> 
    258270                        </File> 
  • trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env

    r445 r448  
    1919 
    2020Preprocessor { 
    21         type sampling 
    22 #       type vss 
     21#       type sampling 
     22        type vss 
    2323} 
    2424 
     
    9494 
    9595Sampling { 
    96         totalSamples 600000 
     96        totalSamples 300000 
    9797        samplesPerPass  3 
    9898} 
     
    101101        loadFromFile false 
    102102        #type kdTree 
    103         #type vspTree 
     103        type vspKdTree 
    104104        #type bspTree 
    105         type vspBspTree 
     105        #type vspBspTree 
    106106         
    107107        #type sceneDependent 
     
    131131BspTree { 
    132132        Construction { 
    133                 samples 200000 
    134                 sideTolerance 0.005 
     133                samples 50000 
     134                epsilon 0.005 
    135135        } 
    136136 
     
    193193                minRays 200 
    194194                minPolygons -1 
    195                 maxDepth 50 
     195                maxDepth 40 
    196196                minPvs 100 
    197197                minArea 0.01 
     
    256256 
    257257        Construction { 
    258                 samples 500000 
     258                samples 100000 
    259259        } 
    260260         
     
    278278VspBspTree { 
    279279        Construction { 
    280                 samples 200000 
    281                 sideTolerance 0.005 
     280                samples 100000 
     281                epsilon 0.005 
    282282        } 
    283283 
     
    309309                minRays 200 
    310310                minPolygons -1 
    311                 maxDepth 50 
     311                maxDepth 40 
    312312                minPvs 100 
    313313                minArea 0.01 
Note: See TracChangeset for help on using the changeset viewer.