Ignore:
Timestamp:
09/27/06 19:23:51 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1520 r1522  
    18301830        { 
    18311831                ViewCell *viewcell = *it; 
    1832  
    1833                 if (viewcell->GetValid()) 
    1834                 { 
    1835                         // if ray not outside of view space 
     1832                 
     1833                if (viewcell->GetValid()) // tests if view cellis in valid view space 
     1834                { 
    18361835                        float contribution; 
    18371836 
Note: See TracChangeset for help on using the changeset viewer.