Changeset 2742 for GTP/trunk/Lib/Vis/Preprocessing/src/SamplingStrategy.cpp
- Timestamp:
- 06/06/08 17:40:59 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/SamplingStrategy.cpp
r2741 r2742 809 809 static Vector3 point; 810 810 static Vector3 normal; 811 static float r[2]; 811 812 float r[2]; 812 813 813 814 sHalton.GetNext(2, r); … … 831 832 //origin = mViewCell->GetBox().GetRandomSurfacePoint(); 832 833 origin = mViewCell->GetBox().GetRandomPoint(); 833 834 //origin = Vector3(680.682, 189.552, -278.177); 834 835 // move a little bit back to avoid piercing through walls 835 836 // that bound the view cell
Note: See TracChangeset
for help on using the changeset viewer.