- Timestamp:
- 04/21/06 14:39:28 (19 years ago)
- 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 101 101 // cast ray to KD tree to find intersection with other objects 102 102 Intersectable *objectA, *objectB; 103 // change matt103 104 104 Vector3 pointA; 105 105 Vector3 pointB; 106 106 107 float bsize = Magnitude(box.Size());107 //float bsize = Magnitude(box.Size()); 108 108 109 109 if (!mDetectEmptyViewSpace)
Note: See TracChangeset
for help on using the changeset viewer.