Ignore:
Timestamp:
02/16/06 16:21:26 (18 years ago)
Author:
mattausch
Message:

removed problems with bsp due to polygons equal to scene box faces. removing
this polyogns in a preprocessing step. also using this for vsp bsp tree, because it
is generally a good thing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/default.env

    r646 r648  
    2525        type vss 
    2626#       type rss 
    27         detectEmptyViewSpace false 
     27        detectEmptyViewSpace true 
    2828} 
    2929 
     
    331331                missTolerance           6 
    332332                 
    333                 maxViewCells            50000 
     333                maxViewCells            10000 
    334334                 
    335335                # used for pvs criterium 
     
    354354BspTree { 
    355355        Construction { 
    356                 samples 50000 
     356                samples 500000 
    357357                epsilon 0.005 
    358358        } 
     
    420420                minProbability 0.00001 
    421421                maxRayContribution 9999 
    422                 maxViewCells    5000 
     422                maxViewCells    10000 
    423423 
    424424                # used for pvs criterium 
Note: See TracChangeset for help on using the changeset viewer.