write_tree_to_obj {tree3d} | R Documentation |
Write Tree to OBJ
Description
Export the tree mesh to an OBJ file for use in other 3D programs
Usage
write_tree_to_obj(tree_mesh, filename, materials = TRUE, fileext = ".obj")
Arguments
tree_mesh |
Tree mesh. |
filename |
Filename for the OBJ file. If the file extension is not included, it will automatically be added. |
materials |
Default |
fileext |
Default |
Value
None
Examples
#Save tree mesh to file
tempfileloc = tempfile()
write_tree_to_obj(tree_mesh(), filename = tempfileloc)
[Package tree3d version 0.1.2 Index]