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 e801a43 commit 03e961eCopy full SHA for 03e961e
py/optimize_impl/targets.py
@@ -36,7 +36,7 @@ def generate_tutte_param(v, f):
36
"""
37
bd = igl.boundary_loop(f)
38
bd_uv = igl.map_vertices_to_circle(v, bd)
39
- uv = igl.harmonic(v, f, bd, bd_uv, 1)
+ uv = igl.harmonic_weights(v, f, bd, bd_uv, 1)
40
uv_embed = np.zeros((len(uv), 3))
41
uv_embed[:,:2] = uv[:,:2]
42
0 commit comments