Ignore:
Timestamp:
01/25/06 17:45:45 (18 years ago)
Author:
mattausch
Message:

fixed loading function: the view cell manager is chosen depending on
the type in the file. the view space box is saved with the file

File:
1 edited

Legend:

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

    r575 r577  
    1313#;../data/vienna/vienna-plane.x3d 
    1414#       filename ../data/vienna/viewcells-25-sel.x3d 
    15         filename ../data/atlanta/atlanta2.x3d 
     15#       filename ../data/atlanta/atlanta2.x3d 
    1616#       filename ../data/soda/soda.dat 
    17 #       filename ../data/soda/soda5.dat 
     17        filename ../data/soda/soda5.dat 
    1818} 
    1919 
     
    9898        useViewcells true 
    9999        updateSubdivision true 
    100 loadInitialSamples true 
     100        loadInitialSamples false 
    101101        storeInitialSamples false 
    102102} 
     
    176176        # samples used for view cell construction 
    177177        Construction { 
    178                 samples 5000000 
    179                 samplesPerPass 500000 
    180         } 
    181          
    182         loadFromFile false 
     178                samples 500000 
     179                samplesPerPass 50000 
     180        } 
     181 
    183182        exportToFile false 
     183        loadFromFile true 
     184 
    184185        #type kdTree 
    185186        #type vspKdTree 
     
    270271VspBspTree { 
    271272        Construction { 
    272                 samples 900000 
     273                samples 90000 
    273274                epsilon 0.005 
    274275                randomize false 
     
    314315                #maxAccRayLength        100 
    315316                 
    316                 maxViewCells            50000 
     317                maxViewCells            500 
    317318                 
    318319                # used for pvs criterium 
Note: See TracChangeset for help on using the changeset viewer.