Ignore:
Timestamp:
11/11/05 21:28:02 (19 years ago)
Author:
mattausch
Message:

started kd based bottom-up view cells

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

Legend:

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

    r390 r406  
    243243                        </File> 
    244244                        <File 
     245                                RelativePath="..\src\RenderSimulator.cpp"> 
     246                        </File> 
     247                        <File 
     248                                RelativePath="..\src\RenderSimulator.h"> 
     249                        </File> 
     250                        <File 
    245251                                RelativePath="..\src\SamplingPreprocessor.cpp"> 
    246252                        </File> 
     
    283289                        <File 
    284290                                RelativePath="..\src\ViewCellBsp.h"> 
     291                        </File> 
     292                        <File 
     293                                RelativePath="..\src\ViewCellKd.cpp"> 
     294                        </File> 
     295                        <File 
     296                                RelativePath="..\src\ViewCellKd.h"> 
    285297                        </File> 
    286298                        <File 
     
    358370                                RelativePath="..\include\ViewCell.h"> 
    359371                        </File> 
    360                         <File 
    361                                 RelativePath="..\include\ViewCellBsp.h"> 
    362                         </File> 
    363372                </Filter> 
    364373        </Files> 
  • trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env

    r404 r406  
    5656 
    5757Sampling { 
    58         totalSamples    300000 
     58        totalSamples    1000000 
    5959        samplesPerPass  3 
    6060} 
     
    126126        #splitPlaneStrategy 130 
    127127         
    128         splitPlaneStrategy 1024 
     128        splitPlaneStrategy 1 
    129129         
    130         maxPolyCandidates 0 
    131         maxRayCandidates 50 
     130        maxPolyCandidates 50 
     131        maxRayCandidates 100 
    132132         
    133133        Termination { 
    134134                # autopartition 
    135                 maxRays 300 
     135                maxRays 200 
    136136                maxPolygons -1 
    137137                maxDepth 40 
     
    161161        } 
    162162} 
     163 
     164Simulation { 
     165        objRenderCost 1.0 
     166        vcOverhead 0.05 
     167} 
Note: See TracChangeset for help on using the changeset viewer.