powered by
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 )
Filename of OBJ file (as .txt file)
.txt
Default "oval". Crown type. Full list of options: "columnar" "pyramidal1" "pyramidal2" "oval" "spreading1" "weeping"
"oval"
"columnar
"pyramidal1
"pyramidal2
"oval
"spreading1
"weeping
Default "medium". Level of detail of the tree mesh. All options: "low" "medium" "high
"medium"
"low"
"high
Default TRUE. Whether to offset the crown so that the bottom of the tree will be exactly at the origin, aligning it with the trunk.
TRUE
#Load an arrow OBJ get_solid_crown_file(tree = "oval", resolution = "high")
Run the code above in your browser using DataLab