powered by
Export meshes to OBJ-files
vcgObjWrite(mesh, filename = dataname, writeNormals = TRUE)
triangular mesh of class 'mesh3d' or a numeric matrix with 3-columns
character: filename (file extension '.obj' will be added automatically.
write existing normals to file
# NOT RUN { data(humface) vcgObjWrite(humface,filename = "humface") # }
Run the code above in your browser using DataLab