Ignore:
Timestamp:
11/09/05 18:23:43 (19 years ago)
Author:
mattausch
Message:

worked on bsp view cells, fixed some bugs

File:
1 edited

Legend:

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

    r396 r397  
    126126        #splitPlaneStrategy 130 
    127127         
    128         splitPlaneStrategy 8 
     128        splitPlaneStrategy 1024 
    129129         
    130         maxPolyCandidates 50 
    131         maxRayCandidates 1024 
     130        maxPolyCandidates 200 
     131        maxRayCandidates 0 
    132132         
    133133        Termination { 
    134134                # autopartition 
    135                 maxRays 100 
    136                 maxPolygons 0 
    137                 maxDepth 50 
    138                 minPvs -1 
     135                maxRays 200 
     136                maxPolygons 5 
     137                maxDepth 30 
     138                minPvs 50 
     139                minArea -0.001 
    139140                 
    140141                # axis aligned splits 
Note: See TracChangeset for help on using the changeset viewer.