Ignore:
Timestamp:
10/05/06 11:15:50 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1551 r1571  
    107107        stream << "}" << endl; // end material 
    108108        stream << "}" << endl; // end appearance 
    109  
    110109        stream << "geometry IndexedLineSet { coordIndex [" << endl; 
    111110 
     
    120119 
    121120        stream << "]" << endl; 
    122  
    123121        stream << "coord Coordinate { point [" << endl; 
    124122 
     
    152150        stream << "}" << endl; 
    153151        stream << "}" << endl; 
    154         //stream << "}" << endl; 
    155152 
    156153        return true; 
Note: See TracChangeset for help on using the changeset viewer.