Ignore:
Timestamp:
09/08/05 01:52:52 (19 years ago)
Author:
mattausch
Message:

added viewcell stuff

File:
1 edited

Legend:

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

    r256 r260  
    7676        } 
    7777} 
     78 
     79ViewCell *ViewCell::Convert2ViewCell(Face *face, float scale) 
     80{ 
     81        // TODO: delete mesh 
     82        Mesh *mesh = new Mesh(); 
     83        mesh->mFaces.push_back(face); 
     84     
     85 
     86        return new ViewCell(mesh); 
     87} 
Note: See TracChangeset for help on using the changeset viewer.