Ignore:
Timestamp:
09/12/05 18:24:44 (19 years ago)
Author:
mattausch
Message:

debugged bsp stuff

File:
1 edited

Legend:

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

    r263 r264  
    9191 
    9292        // bottom  
    93         mesh->mFaces.push_back(new Face(0,1,2)); 
     93        mesh->mFaces.push_back(new Face(2,1,0)); 
    9494        // top 
    95     mesh->mFaces.push_back(new Face(5,4,3)); 
     95    mesh->mFaces.push_back(new Face(3,4,5)); 
    9696        // sides 
    97         mesh->mFaces.push_back(new Face(0, 3, 4, 1)); 
    98         mesh->mFaces.push_back(new Face(1, 4, 5, 2)); 
    99         mesh->mFaces.push_back(new Face(0, 2, 5, 3)); 
    100  
     97        mesh->mFaces.push_back(new Face(1, 4, 3, 0)); 
     98        mesh->mFaces.push_back(new Face(2, 5, 4, 1)); 
     99        mesh->mFaces.push_back(new Face(3, 5, 2, 0)); 
    101100 
    102101        //--- extrude new vertices for top of prism 
Note: See TracChangeset for help on using the changeset viewer.