Ignore:
Timestamp:
08/11/06 03:05:12 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1168 r1197  
    605605 
    606606 
    607 bool VrmlExporter::ExportKdTree(const KdTree &tree) 
     607bool VrmlExporter::ExportKdTree(const KdTree &tree, const bool exportGeometry) 
    608608{ 
    609609         if (mExportRayDensity)  
     
    13041304 
    13051305 
    1306  
    13071306void VrmlExporter::ExportBeam(const Beam &beam, const AxisAlignedBox3 &box) 
    13081307{ 
Note: See TracChangeset for help on using the changeset viewer.