Ignore:
Timestamp:
11/29/05 00:01:43 (19 years ago)
Author:
mattausch
Message:

added vview cell manager functionality

File:
1 edited

Legend:

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

    r437 r439  
    527527                VspBspLeaf *leaf = dynamic_cast<VspBspLeaf *>(tData.mNode); 
    528528         
    529                 BspViewCell *viewCell = 
    530                         dynamic_cast<BspViewCell *>(ViewCell::Generate()); 
     529                BspViewCell *viewCell = new BspViewCell(); 
    531530                 
    532531                leaf->SetViewCell(viewCell); 
     
    14371436{ 
    14381437        BspViewCell *viewCell =  
    1439                 dynamic_cast<BspViewCell *>(ViewCell::Merge(*front->mViewCell, *back->mViewCell)); 
     1438        NULL;//TODO     dynamic_cast<BspViewCell *>(ViewCell::Merge(*front->mViewCell, *back->mViewCell)); 
    14401439         
    14411440        if (!viewCell) 
Note: See TracChangeset for help on using the changeset viewer.