File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -807,8 +807,8 @@ function getVertIndex(position) {
807
807
</pre >
808
808
<p >It worked! It got rid of the seam. Unfortunately it took several seconds to run and
809
809
made the interface unusable. This is because it's a O^2 solution. If you slide the sliders
810
- for the most vertices you can generate ~ 20000 vertices. For an O^2 that's up to 300 million iterations
811
- that have to happen.
810
+ for the most vertices(distance/divisions) in example above you can generate ~ 114000 vertices.
811
+ For an O^2 that's up to 12 billion iterations that have to happen.
812
812
</p >
813
813
<p >I searched the net for a easy solution. I didn't find one. I thought about putting all the points
814
814
in an <a href =" https://en.wikipedia.org/wiki/Octree " >octree</a > to make finding matching points
You can’t perform that action at this time.
0 commit comments