Ignore:
Timestamp:
10/14/05 18:29:26 (19 years ago)
Author:
mattausch
Message:

worked on ray based subdivision

File:
1 edited

Legend:

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

    r327 r329  
    615615} 
    616616 
     617 
    617618struct BspSplitData 
    618619{ 
     
    628629        {};      
    629630        BspSplitData(BspNode *node,  
    630                                  vector<Plane3 *> planes,  
    631                                  vector<bool> sides,  
    632                                  bool isFront):  
     631                                vector<Plane3 *> planes,  
     632                                vector<bool> sides,  
     633                                bool isFront):  
    633634        mNode(node), mPlanes(planes),  
    634635        mSides(sides), mIsFront(isFront) 
     
    686687 
    687688                        tData.mPlanes.push_back(interior->GetPlane()); // add plane to split planes 
     689 
    688690                        if (planePoly->Valid()) 
    689691                                polys.push_back(planePoly); 
Note: See TracChangeset for help on using the changeset viewer.