Ignore:
Timestamp:
12/16/05 18:52:33 (19 years ago)
Author:
mattausch
Message:

updated view cells, view cell manager. changed rendersimulator

File:
1 edited

Legend:

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

    r465 r469  
    698698bool X3dExporter::ExportVspKdTreeViewCell(const VspKdTree &tree, const VspKdViewCell &vc) 
    699699{ 
    700         vector<VspKdLeaf *>::const_iterator it, it_end = vc.mVspKdLeaves.end(); 
    701  
    702         for (it = vc.mVspKdLeaves.begin(); it != it_end; ++ it) 
     700        vector<VspKdLeaf *>::const_iterator it, it_end = vc.mLeaves.end(); 
     701 
     702        for (it = vc.mLeaves.begin(); it != it_end; ++ it) 
    703703                ExportBox(tree.GetBBox(*it)); 
    704704 
Note: See TracChangeset for help on using the changeset viewer.