Changeset 326 for trunk/VUT/GtpVisibilityPreprocessor
- Timestamp:
- 10/13/05 13:12:56 (19 years ago)
- Location:
- trunk/VUT/GtpVisibilityPreprocessor
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env
r322 r326 101 101 #splitPlaneStrategy 72 102 102 103 splitPlaneStrategy 1103 splitPlaneStrategy 66 104 104 105 105 maxCandidates 50 106 106 107 107 Termination { 108 maxPolysForAxisAligned 100 0109 maxPolygons 50108 maxPolysForAxisAligned 100 109 maxPolygons 20 110 110 maxDepth 100 111 111 } -
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellBsp.cpp
r325 r326 619 619 DEL_PTR(tData.mPolygons); 620 620 621 if (tData.mRays ())621 if (tData.mRays) 622 622 CLEAR_CONTAINER(*tData.mRays); 623 623 DEL_PTR(tData.mRays); … … 749 749 coincident, 750 750 splits, 751 mStoreSplitPolys);751 sStoreSplitPolys); 752 752 753 753 mStat.splits += splits; -
trunk/VUT/GtpVisibilityPreprocessor/src/default.env
r316 r326 56 56 57 57 Sampling { 58 totalSamples 20000059 samplesPerPass 1058 totalSamples 100 59 samplesPerPass 20 60 60 } 61 61 62 62 ViewCells { 63 63 hierarchyType bspTree 64 height 7.065 maxViewCells 2064 height 5.0 65 maxViewCells 0 66 66 #hierarchyType kdTree 67 67 #hierarchyType sceneDependent 68 filename ../data/atlanta/atlanta_viewcells_large.x3d68 # filename ../data/atlanta/atlanta_viewcells_large.x3d 69 69 # filename ../data/vienna/viewcells-25-sel.x3d 70 #filename ../data/vienna/viewcells-25.x3d70 filename ../data/vienna/viewcells-25.x3d 71 71 # filename ../data/vienna/viewcells-large-sel.x3d 72 72 } … … 74 74 BspTree { 75 75 # constructionMethod fromRays 76 constructionMethod fromViewCells77 #constructionMethod fromSceneGeometry76 # constructionMethod fromViewCells 77 constructionMethod fromSceneGeometry 78 78 79 # next polygon= 179 # random polygon = 1 80 80 # axis aligned = 2 81 81 # least splits = 4 … … 84 84 # largest polygon area = 32 85 85 # vertical axis = 64 86 # blocked rays = 128 86 87 87 splitPlaneStrategy 6688 88 # least splits + balanced polygons 89 89 #splitPlaneStrategy 12 … … 101 101 #splitPlaneStrategy 72 102 102 103 splitPlaneStrategy 66 104 103 105 maxCandidates 50 104 106 105 107 Termination { 106 108 maxPolysForAxisAligned 100 107 maxPolygons 0108 maxDepth 200109 maxPolygons 20 110 maxDepth 100 109 111 } 112 # if split polys are stored for visualization 113 storeSplitPolys false 114 # x3d visualization of the split planes 115 exportSplits true 110 116 }
Note: See TracChangeset
for help on using the changeset viewer.