Ignore:
Timestamp:
10/02/06 19:07:38 (18 years ago)
Author:
mattausch
Message:

updated view cells loading. probably no optimal for performance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/BvHierarchy.cpp

    r1548 r1551  
    14451445        { 
    14461446                VspViewCell *vc = dynamic_cast<VspViewCell *>(*vit); 
    1447                 VspLeaf *leaf = vc->mLeaf; 
     1447                VspLeaf *leaf = vc->mLeaves[0]; 
    14481448                SubdivisionCandidate *candidate = leaf->GetSubdivisionCandidate(); 
    14491449                 
Note: See TracChangeset for help on using the changeset viewer.