Ignore:
Timestamp:
01/16/06 03:23:29 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r541 r542  
    977977} 
    978978 
     979 
    979980void GlRendererBuffer::ComputeRays(Intersectable *sourceObj, VssRayContainer &rays) 
    980981{ 
     
    10171018                        ObjectContainer::iterator oit = 
    10181019                                lower_bound(objects.begin(), objects.end(), &dummy, ilt); 
    1019                         obj = *oit; 
    1020                         if (!obj->Mailed()) 
     1020                         
     1021                         
     1022                        if (//(oit != oit.end()) &&  
     1023                                ((*oit)->GetId() == id) &&  
     1024                                !obj->Mailed()) 
    10211025                        { 
     1026                                obj = *oit; 
    10221027                                obj->Mail(); 
    10231028                                ++ pvsSize; 
Note: See TracChangeset for help on using the changeset viewer.