Skip to content

Commit

Permalink
whitespacE
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilliams committed Jan 1, 2023
1 parent f003124 commit d14620f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/docs/sections/mesh_sdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ v, f = pcu.load_mesh_vf("bunny.ply")
# bc are the barycentric coordinates of the nearest point to each query point within the face
sdf, fid, bc = pcu.signed_distance_to_mesh(query_pts, v, f)
```

Below we plot the sampled points colored by their SDF values:
<p align="center">
<img src="../../imgs/bunny_sdf.png" alt="Signed distance values for points around a mesh" style="width:80%">
Expand Down

0 comments on commit d14620f

Please sign in to comment.