Ignore:
Timestamp:
11/03/05 16:43:51 (19 years ago)
Author:
bittner
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/X3dParser.cpp

    r364 r374  
    458458void 
    459459X3dViewCellsParseHandlers::StartCoordinate( 
    460                                   AttributeList&  attributes) 
     460                                                                                                                                                                        AttributeList&  attributes) 
    461461{ 
    462462        int len = attributes.getLength(); 
     
    518518#ifdef _DEBUG 
    519519                Debug << "Viewcell: "  
    520                           << mesh->mVertices[0] << " " << mesh->mVertices[1] << " " << mesh->mVertices[2] << " "  
    521                           << mesh->mVertices[3] << " " << mesh->mVertices[4] << " " << mesh->mVertices[5] << "\n"; 
     520                                        << mesh->mVertices[0] << " " << mesh->mVertices[1] << " " << mesh->mVertices[2] << " "  
     521                                        << mesh->mVertices[3] << " " << mesh->mVertices[4] << " " << mesh->mVertices[5] << "\n"; 
    522522#endif 
    523         } 
     523                } 
    524524} 
    525525 
     
    527527void 
    528528X3dViewCellsParseHandlers::startElement(const XMLCh* const name, 
    529                                AttributeList&  attributes) 
     529                                                                                                                                                                AttributeList&  attributes) 
    530530{ 
    531531  StrX lname(name); 
Note: See TracChangeset for help on using the changeset viewer.