View source: R/get_solid_crown_file.R
get_solid_crown_file | R Documentation |
Generate a specific 3D representation of a 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.
get_solid_crown_file(
tree = "oval",
resolution = "medium",
offset_origin = TRUE
)
tree |
Default |
resolution |
Default |
offset_origin |
Default |
Filename of OBJ file (as .txt
file)
#Load an arrow OBJ
get_solid_crown_file(tree = "oval", resolution = "high")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.