| vcgOffWrite | R Documentation | 
Export meshes to OFF-files
vcgOffWrite(mesh, filename = dataname)
| mesh | triangular mesh of class 'mesh3d' or a numeric matrix with 3-columns | 
| filename | character: filename (file extension '.off' will be added automatically. | 
data(humface)
vcgOffWrite(humface,filename = "humface")
unlink("humface.off")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.