Ignore:
Timestamp:
02/15/06 18:03:34 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r644 r645  
    289289        Construction { 
    290290                samples 500000 
    291                 epsilon 0.005 
     291                epsilon 0.00005 
    292292                randomize false 
    293293                renderCostWeight 1.0 
     
    331331                missTolerance           6 
    332332                 
    333                 maxViewCells            10000 
     333                maxViewCells            50000 
    334334                 
    335335                # used for pvs criterium 
     
    354354BspTree { 
    355355        Construction { 
    356                 samples 500000 
     356                samples 50000 
    357357                epsilon 0.005 
    358358        } 
     
    420420                minProbability 0.001 
    421421                maxRayContribution 9999 
    422                 maxViewCells    2048 
     422                maxViewCells    1000 
    423423 
    424424                # used for pvs criterium 
Note: See TracChangeset for help on using the changeset viewer.