Ignore:
Timestamp:
10/09/05 00:38:18 (19 years ago)
Author:
mattausch
Message:

bsp split exporter added

File:
1 edited

Legend:

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

    r179 r312  
    117117 
    118118      // add vertices to the mesh vertex list 
    119       int index = currentMesh->mVertices.size(); 
     119      int index = (int)currentMesh->mVertices.size(); 
    120120      for (i=0; i < vertices.size(); i++, index++) { 
    121121        currentMesh->mVertices.push_back(vertices[i]); 
Note: See TracChangeset for help on using the changeset viewer.