Ignore:
Timestamp:
01/04/07 00:23:09 (18 years ago)
Author:
mattausch
Message:

started depth peeling

File:
1 edited

Legend:

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

    r1932 r1935  
    35613561                                if (p < raysOut) 
    35623562                                { 
    3563                                         if (0 && (*rit)->mFlags & VssRay::BorderSample) 
     3563                                        if ((*rit)->mFlags & VssRay::BorderSample) 
    35643564                                        { 
    35653565                                                vcRays.push_back(*rit); 
     
    35673567                                        else if ((*rit)->mFlags & VssRay::ReverseSample) 
    35683568                                        { 
    3569                                                 cout << "l"; 
    35703569                                                vcRays2.push_back(*rit); 
    35713570                                        } 
    3572                                         else if(0) 
     3571                                        else 
    35733572                                        { 
    35743573                                                vcRays3.push_back(*rit); 
Note: See TracChangeset for help on using the changeset viewer.