invert faces' orientation of triangular mesh
inverts faces' orientation of triangular mesh and recomputes vertex normals
invertFaces(mesh)
mesh |
triangular mesh of class |
returns resulting mesh
Stefan Schlager
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.