Ignore:
Timestamp:
09/13/06 18:03:30 (18 years ago)
Author:
mattausch
Message:

worked on global object sorting

File:
1 edited

Legend:

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

    r1314 r1359  
    23902390                                   "bvh_construction_render_cost_decrease_weight=", 
    23912391                                   "0.99"); 
    2392  
    2393  
    2394 /*******************************************************************/ 
    2395 /*               Hierarchy Manager related options                 */ 
    2396 /*******************************************************************/ 
     2392         
     2393        RegisterOption("BvHierarchy.Construction.useGlobalSorting", 
     2394                                        optBool, 
     2395                                        "bvh_construction_use_global_sorting=", 
     2396                                        "false"); 
     2397 
     2398         
     2399        /*******************************************************************/ 
     2400        /*               Hierarchy Manager related options                 */ 
     2401        /*******************************************************************/ 
    23972402 
    23982403        RegisterOption("Hierarchy.subdivisionStats", 
     
    24352440                                        "hierarchy_construction_repair_queue=", 
    24362441                                        "true"); 
     2442 
    24372443 
    24382444        ////////////////////////////////////////////////////////////////////////////////// 
Note: See TracChangeset for help on using the changeset viewer.