Write mesh objects to various file formats.
mesh2stl(filename, x, ...) mesh2obj(filename, x, ...) mesh2ply(filename, x, ...) mesh2webgl(filename, x, ...)
| filename | the file to write to |
|---|---|
| x | an rgl |
| ... | extra arguments passed to the corresponding
|
Invisibly returns the name of the connection to which the data was written.