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

started osp mesh construction for obj files. Introduced new primitive faceintersectable

File:
1 edited

Legend:

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

    r1311 r1314  
    24262426                                        "0"); 
    24272427 
    2428  
    24292428        RegisterOption("Hierarchy.Construction.minDepthForOsp", 
    24302429                                        optInt, 
     
    24322431                                        "-1"); 
    24332432 
     2433        RegisterOption("Hierarchy.Construction.repairQueue", 
     2434                                        optBool, 
     2435                                        "hierarchy_construction_repair_queue=", 
     2436                                        "true"); 
    24342437 
    24352438        ////////////////////////////////////////////////////////////////////////////////// 
Note: See TracChangeset for help on using the changeset viewer.