invertFaces | R Documentation |
inverts faces' orientation of triangular mesh and recomputes vertex normals
invertFaces(mesh)
mesh |
triangular mesh of class |
returns resulting mesh
Stefan Schlager
updateNormals
data(nose)
## Not run:
rgl::shade3d(shortnose.mesh,col=3)
## End(Not run)
noseinvert <- invertFaces(shortnose.mesh)
## show normals
## Not run:
plotNormals(noseinvert,long=0.01)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.