Changeset 365 for trunk/VUT/GtpVisibilityPreprocessor
- Timestamp:
- 11/01/05 16:35:03 (19 years ago)
- Location:
- trunk/VUT/GtpVisibilityPreprocessor/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/KdTree.h
r354 r365 163 163 void AddPassingRay(const Ray &ray, const int contributions) { 164 164 mPassingRays.AddRay(ray, contributions); 165 Debug << "adding passing ray" << endl;165 // Debug << "adding passing ray" << endl; 166 166 } 167 167 -
trunk/VUT/GtpVisibilityPreprocessor/src/SamplingPreprocessor.cpp
r363 r365 410 410 //mKdTree->GetRandomLeaf(Plane3(normal, point)); 411 411 412 412 nodeToSample = GetNodeToSample(object); 413 413 414 for (int k=0; k < mSamplesPerPass; k++) { 414 415 bool reverseSample = false; 415 416 416 nodeToSample = GetNodeToSample(object);417 417 418 418 if (nodeToSample) { -
trunk/VUT/GtpVisibilityPreprocessor/src/default.env
r364 r365 10 10 # filename ../data/vienna/vienna-simple.x3d 11 11 # filename ../data/vienna/vienna-buildings.x3d 12 # filename ../data/vienna/viewcells-25-sel.x3d13 #filename ../data/atlanta/atlanta2.x3d14 filename ../data/soda/soda.dat12 # filename ../data/vienna/viewcells-25-sel.x3d 13 filename ../data/atlanta/atlanta2.x3d 14 # filename ../data/soda/soda.dat 15 15 # filename ../data/soda/soda5.dat 16 16 } … … 56 56 57 57 Sampling { 58 totalSamples 1000000059 samplesPerPass 2058 totalSamples 500000000 59 samplesPerPass 3 60 60 } 61 61
Note: See TracChangeset
for help on using the changeset viewer.