Changeset 767


Ignore:
Timestamp:
04/21/06 14:39:28 (18 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing
Files:
5 added
1 edited

Legend:

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

    r750 r767  
    101101        // cast ray to KD tree to find intersection with other objects 
    102102        Intersectable *objectA, *objectB; 
    103         // change matt 
     103         
    104104        Vector3 pointA; 
    105105        Vector3 pointB; 
    106106 
    107         float bsize = Magnitude(box.Size()); 
     107        //float bsize = Magnitude(box.Size()); 
    108108 
    109109        if (!mDetectEmptyViewSpace) 
Note: See TracChangeset for help on using the changeset viewer.