Ignore:
Timestamp:
02/04/06 12:46:14 (18 years ago)
Author:
mattausch
Message:

updated vspkdtree for regular sudbivision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.h

    r586 r587  
    509509        void ExportViewCellGeometry(Exporter *exporter, ViewCell *vc) const; 
    510510         
    511         void CollectMergeCandidates(const VssRayContainer &rays, vector<MergeCandidate> &candidates); 
     511        void CollectMergeCandidates(const VssRayContainer &rays,  
     512                                                                vector<MergeCandidate> &candidates); 
     513 
     514        void Finalize(ViewCell *viewCell, const bool createMesh); 
    512515 
    513516protected: 
    514517 
    515518        void CollectViewCells(); 
    516  
    517         void ConstructBspRays(const VssRayContainer &rays, 
    518                                                   const int numSamples); 
    519519 
    520520        void ExportColor(Exporter *exporter, ViewCell *vc) const; 
Note: See TracChangeset for help on using the changeset viewer.