Ignore:
Timestamp:
08/18/06 19:28:12 (18 years ago)
Author:
mattausch
Message:

added intel ray tracing

File:
1 edited

Legend:

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

    r1199 r1221  
    10931093                                 "atlanta2.x3d"); 
    10941094 
    1095    
    10961095  RegisterOption("Unigraphics.meshGrouping", 
    10971096                                 optInt, 
     
    10991098                                 "0"); 
    11001099   
     1100   RegisterOption("ObjParser.meshGrouping", 
     1101                                 optInt, 
     1102                                 "objparser_mesh_grouping=", 
     1103                                 "0"); 
    11011104 
    11021105  RegisterOption("KdTree.Termination.minCost", 
     
    17371740                                        "1000"); 
    17381741 
     1742        RegisterOption("Preprocessor.rayCastMethod",  
     1743                                        optInt, 
     1744                                        "preprocessor_ray_cast_method=", 
     1745                                        "0"); 
     1746 
    17391747        RegisterOption("Preprocessor.histogram.intervals",  
    17401748                                        optInt, 
Note: See TracChangeset for help on using the changeset viewer.