We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce5ca5 commit 0466a72Copy full SHA for 0466a72
docs/docs/sections/mesh_normal_estimation.md
@@ -8,7 +8,7 @@ import point_cloud_utils as pcu
8
v, f = pcu.load_mesh_vf("bunny.ply")
9
10
# n is a NumPy array with the same shape as v containing vertex normals
11
-n = pcu.estimate_mesh_normals(v, f)
+n = pcu.estimate_mesh_vertex_normals(v, f)
12
```
13
<p align="center">
14
<img src="../../imgs/mesh_vertex_normals_2.png" alt="Estimated vertex normals for a triangle mesh" style="width:70%">
0 commit comments