View source: R/vcgUpdateNormals.r
vcgFaceNormals | R Documentation |
Compute normalized face normals for a mesh.
vcgFaceNormals(mesh)
mesh |
triangular mesh of class 'mesh3d', from |
3xn numeric matrix of face normals for the mesh, where n
is the number of faces.
data(humface);
hf_facenormals <- vcgFaceNormals(humface);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.