get_flat_crown_file {tree3d} | R Documentation |
Get a Flat 3D Crown File
Description
Generate a specific 3D representation of a planar tree crown, given the parameters for the type of tree crown, the desired level of detail or resolution, and whether or not to offset the crown to align it with the trunk at the origin.
Usage
get_flat_crown_file(
tree = "rounded",
resolution = "medium",
offset_origin = TRUE
)
Arguments
tree |
Default |
resolution |
Default |
offset_origin |
Default |
Value
Filename of OBJ file (as .txt
file)
Examples
#Load an arrow OBJ
get_flat_crown_file(tree = "rounded", resolution = "high")
[Package tree3d version 0.1.2 Index]