Skip to content

Commit

Permalink
refactor(pointcloud): simplify SSE computation for pointcloud
Browse files Browse the repository at this point in the history
Project average point spacing on screen and compare to sse threshold.
It's a simplification of the approach proposed in #674.

This allows to drop a dependency (convexhull) and brings the SSE
compuation for pointcloud closer to what is done for other geometries.
  • Loading branch information
peppsac authored and autra committed Apr 30, 2018
1 parent 5fda3f5 commit f18548f
Show file tree
Hide file tree
Showing 9 changed files with 1,558 additions and 1,666 deletions.
4 changes: 4 additions & 0 deletions examples/pointcloud.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
display: none;
}

#viewerDiv {
display: none;
}

input {
margin-top: 1rem;
font-size: 1rem;
Expand Down
Loading

0 comments on commit f18548f

Please sign in to comment.