Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilliams committed Dec 8, 2023
1 parent 6ce5ca5 commit 0466a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/sections/mesh_normal_estimation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import point_cloud_utils as pcu
v, f = pcu.load_mesh_vf("bunny.ply")

# n is a NumPy array with the same shape as v containing vertex normals
n = pcu.estimate_mesh_normals(v, f)
n = pcu.estimate_mesh_vertex_normals(v, f)
```
<p align="center">
<img src="../../imgs/mesh_vertex_normals_2.png" alt="Estimated vertex normals for a triangle mesh" style="width:70%">
Expand Down

0 comments on commit 0466a72

Please sign in to comment.