Skip to content

Commit 0466a72

Browse files
committed
fix docs
1 parent 6ce5ca5 commit 0466a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/sections/mesh_normal_estimation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import point_cloud_utils as pcu
88
v, f = pcu.load_mesh_vf("bunny.ply")
99

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

0 commit comments

Comments
 (0)