-
Updated
Nov 28, 2020 - JavaScript
programming
Here are 4,559 public repositories matching this topic...
-
Updated
Oct 25, 2020
-
Updated
Nov 22, 2020 - Python
-
Updated
Nov 17, 2020
-
Updated
Nov 27, 2020
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Oct 16, 2020 - Shell
-
Updated
Nov 18, 2020 - JavaScript
-
Updated
Nov 24, 2020
-
Updated
Oct 1, 2020 - Python
-
Updated
Nov 20, 2020
-
Updated
Oct 2, 2020
-
Updated
Oct 7, 2020 - Jupyter Notebook
-
Updated
Oct 22, 2020 - Go
-
Updated
Nov 15, 2020 - CSS
-
Updated
Oct 31, 2019
-
Updated
Apr 11, 2020 - Python
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 26, 2020
-
Updated
Nov 21, 2020
-
Updated
Jun 12, 2019
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 27, 2020 - Python
-
Updated
Nov 9, 2020 - Python
-
Updated
Nov 26, 2020 - Java
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Nov 14, 2020 - CSS
Improve this page
Add a description, image, and links to the programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming topic, visit your repo's landing page and select "manage topics."
MeshNormalSmooth()
takes a vertex and iterates all the others, looking for vertices with a distance < epsilon.Then it calculates their normals and sums it.
That's not a good idea, IMO:
A simpler and faster way to smooth a model could be: