Ignore:
Timestamp:
06/18/06 03:47:06 (18 years ago)
Author:
mattausch
Message:

worked on view-object space partition
fixed some loading bugs
fixeds some exporting bugs using line segments
enabling other methods for view space sampling in ViewCellsManager? OBJECT_DIRECTION_BASED_DISTRIBUTION)
added class interface for a sampling strategy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp

    r1006 r1020  
    13141314                                        "20000"); 
    13151315 
     1316        RegisterOption("ViewCells.Visualization.maxOutput", 
     1317                                        optInt, 
     1318                                        "view_cells_visualization_max_output=", 
     1319                                        "20"); 
     1320 
    13161321        RegisterOption("ViewCells.Filter.maxSize", 
    13171322                                        optInt, 
     
    20472052                        "0.5"); 
    20482053 
     2054        RegisterOption("VspBspTree.Construction.renderCostDecreaseWeight", 
     2055                        optFloat, 
     2056                        "vsp_bsp_post_process_render_cost_decrease_weight=", 
     2057                        "0.99"); 
     2058 
    20492059        RegisterOption("VspBspTree.Construction.randomize",  
    20502060                optBool,  
Note: See TracChangeset for help on using the changeset viewer.