Ignore:
Timestamp:
10/02/06 19:07:38 (18 years ago)
Author:
mattausch
Message:

updated view cells loading. probably no optimal for performance

File:
1 edited

Legend:

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

    r1528 r1551  
    4141                hitA.mPoint = ray.Extrap(ray.intersections[0].mT); 
    4242                hitA.mNormal = ray.intersections[0].mNormal;  
    43         //      cout << "here91 " << hitA.mPoint << " !obj: " << hitA.mObject << endl; 
     43        //      cout << "hita: " << hitA.mPoint << " !obj: " << hitA.mObject << endl; 
    4444        } 
    4545         
Note: See TracChangeset for help on using the changeset viewer.