Changeset 2713 for GTP/trunk/Lib/Vis/Preprocessing/src/MutualVisibility.cpp
- Timestamp:
- 05/26/08 14:54:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/MutualVisibility.cpp
r2601 r2713 703 703 const float solidAngleThreshold) 704 704 { 705 706 707 708 709 710 711 712 } 713 714 } 705 MutualVisibilitySampler 706 sampler(sceneGraph, kdTree, source, target, solidAngleThreshold); 707 708 int visibility = sampler.ComputeVisibility(); 709 710 return visibility; 711 712 } 713 714 }
Note: See TracChangeset
for help on using the changeset viewer.