Ignore:
Timestamp:
01/01/06 06:25:55 (19 years ago)
Author:
mattausch
Message:

fixed bug in raycasting
added valid view point regions, get view point only from valid regions

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

Legend:

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

    r469 r487  
    410410                        </File> 
    411411                </Filter> 
    412                 <File 
    413                         RelativePath=".\VTune\Preprocessor.vpj"> 
    414                 </File> 
    415412        </Files> 
    416413        <Globals> 
  • trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env

    r486 r487  
    143143} 
    144144 
     145 
    145146ViewCells { 
    146147        loadFromFile false 
     
    154155        height 5.0 
    155156        maxViewCells 100 
     157        maxPvs 70 
     158         
    156159         
    157160        PostProcess { 
     
    170173                #colorCode MergedTreeDiff 
    171174                colorCode Random 
    172                 exportRays false 
     175                exportRays true 
    173176                exportGeometry true 
    174177        } 
     
    216219        # maximal cost for merging a view cell 
    217220        PostProcess { 
     221<<<<<<< .mine 
    218222                maxCostRatio 0.005 
    219                 minViewCells 100 
     223                minViewCells 200 
     224 
    220225                maxPvsSize   50000 
    221226        } 
     
    283288        PostProcess { 
    284289                maxCostRatio 0.1 
    285                 minViewCells 100 
     290                minViewCells 200 
     291 
    286292                maxPvsSize   500 
    287293                useRaysForMerge false 
Note: See TracChangeset for help on using the changeset viewer.