Ignore:
Timestamp:
01/25/06 01:44:46 (18 years ago)
Author:
mattausch
Message:

finished function for view cell construction
removed bsp rays from vspbspmanager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Environment.cpp

    r564 r574  
    12061206                        "bspTree"); 
    12071207 
     1208        RegisterOption("ViewCells.Construction.samples", 
     1209                                        optInt, 
     1210                                        "view_cells_construction_samples=", 
     1211                                        "5000000"); 
     1212 
     1213        RegisterOption("ViewCells.Construction.samplesPerPass", 
     1214                                        optInt, 
     1215                                        "view_cells_construction_samples_per_pass=", 
     1216                                        "500000"); 
     1217 
    12081218        RegisterOption("ViewCells.PostProcess.samples", 
    12091219                                        optInt, 
Note: See TracChangeset for help on using the changeset viewer.