Description Usage Arguments Value Examples
This function writes a tri-mesh object to a OBJ file, which a file format that is commonly used in 3D graphics applications. It does not represent text, but does represent points, lines, polygons.
1 | writeobj(obj.file, m)
|
obj.file |
Path to an OBJ file |
m |
a tri-mesh object |
invisibly returns the name of the OBJ file to which the data was written.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.