marcomusy / vedo

A python module for scientific analysis of 3D data based on VTK and Numpy
https://vedo.embl.es
MIT License
1.98k stars 257 forks source link

Bug: Compute_normals smoothens mesh #1112

Closed JeffreyWardman closed 2 weeks ago

JeffreyWardman commented 1 month ago

The following results in a smoothed mesh: mesh.compute_normals(cells=True).


Turns out this is only the case if points=True.

marcomusy commented 1 month ago

What do you mean? It might be a visual effect only (phong shading).