Changeset 323


Ignore:
Timestamp:
10/13/05 02:01:17 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r313 r323  
    6868 
    6969        // add base vertices and calculate top vertices 
    70         for (int i = 0; i < 3; ++i) 
     70        for (int i = 0; i < 3; ++ i) 
    7171                 mesh->mVertices.push_back(baseTri.mVertices[i]); 
    7272         
    7373        // add top vertices      
    74         for (int i = 0; i < 3; ++i) 
     74        for (int i = 0; i < 3; ++ i) 
    7575                mesh->mVertices.push_back(baseTri.mVertices[i] + height * triNorm); 
    7676         
Note: See TracChangeset for help on using the changeset viewer.