Ignore:
Timestamp:
10/14/05 18:29:26 (19 years ago)
Author:
mattausch
Message:

worked on ray based subdivision

File:
1 edited

Legend:

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

    r321 r329  
    11501150                 "10"); 
    11511151 
    1152   RegisterOption("ViewCells.hierarchyType", 
     1152  RegisterOption("ViewCells.hierarchy", 
    11531153                 optString, 
    1154                  "-view_cells_hierarchy_type", 
     1154                 "-view_cells_hierarchy", 
    11551155                 "bspTree"); 
    11561156 
     
    11651165                 "5.0"); 
    11661166 
    1167   RegisterOption("BspTree.constructionMethod", 
     1167  RegisterOption("BspTree.Construction.input", 
    11681168          optString, 
    1169           "-bsp_construction_method=", 
     1169          "-bsp_construction_input=", 
    11701170          "fromViewCells"); 
     1171   
     1172  RegisterOption("BspTree.Construction.samples", 
     1173          optInt, 
     1174          "-bsp_construction_samples=", 
     1175          "100000"); 
     1176 
     1177  RegisterOption("BspTree.Construction.sideTolerance", 
     1178          optFloat, 
     1179          "-bsp_construction_side_tolerance=", 
     1180          "0.002"); 
     1181 
    11711182 
    11721183  RegisterOption("BspTree.Termination.maxPolygons", 
Note: See TracChangeset for help on using the changeset viewer.