Changeset 316 for trunk/VUT/GtpVisibilityPreprocessor
- Timestamp:
- 10/10/05 15:23:32 (19 years ago)
- Location:
- trunk/VUT/GtpVisibilityPreprocessor/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/SamplingPreprocessor.cpp
r315 r316 465 465 exporter->ExportViewCell(vc); 466 466 467 Debug << "pvs size: " << (int)vc->GetPvs().GetSize() << " of " << objects.size();467 Debug << "pvs size: " << (int)vc->GetPvs().GetSize() << " of " << (int)objects.size(); 468 468 Debug << " exporting rays: " << (int)vcRays[j].size() << endl; 469 469 -
trunk/VUT/GtpVisibilityPreprocessor/src/X3dExporter.cpp
r313 r316 689 689 else 690 690 { 691 Debug << "polygon not valid: " << *planePoly << " size: " << planePoly->mVertices.size() << endl;691 Debug << "polygon not valid: " << *planePoly << " size: " << (int)planePoly->mVertices.size() << endl; 692 692 DEL_PTR(planePoly); 693 693 } -
trunk/VUT/GtpVisibilityPreprocessor/src/default.env
r311 r316 9 9 # filename vienna.x3d 10 10 # filename ../data/vienna/vienna-simple.x3d 11 filename ../data/vienna/vienna-buildings.x3d11 # filename ../data/vienna/vienna-buildings.x3d 12 12 # filename ../data/vienna/viewcells-25-sel.x3d 13 #filename ../data/atlanta/atlanta2.x3d13 filename ../data/atlanta/atlanta2.x3d 14 14 # filename ../data/soda/soda.dat 15 15 # filename ../data/soda/soda5.dat … … 56 56 57 57 Sampling { 58 totalSamples 100000059 samplesPerPass 558 totalSamples 200000 59 samplesPerPass 10 60 60 } 61 61 62 62 ViewCells { 63 63 hierarchyType bspTree 64 height 7.0 65 maxViewCells 20 64 66 #hierarchyType kdTree 65 67 #hierarchyType sceneDependent 66 # filename ../data/atlanta/atlanta_viewcells_large.x3d 67 # filename ../data/atlanta/atlanta_viewcells_large2.x3d 68 filename ../data/vienna/viewcells-25-sel.x3d 68 filename ../data/atlanta/atlanta_viewcells_large.x3d 69 # filename ../data/vienna/viewcells-25-sel.x3d 69 70 # filename ../data/vienna/viewcells-25.x3d 70 71 # filename ../data/vienna/viewcells-large-sel.x3d … … 101 102 102 103 maxCandidates 50 103 maxViewCells 999999104 104 105 Termination { 105 106 maxPolysForAxisAligned 100
Note: See TracChangeset
for help on using the changeset viewer.