Builds a list of structure meshes and stores it in the meshes slot.
seg_meshlist_add(
segmentation,
structures = NULL,
pct_reduce = 0.1,
puffiness = 1,
verbose = FALSE
)a `segmentation` class object
a character vector of structure acronyms, indicating the structure(s) to be rendered. Default is NULL, meaning all structures will be rendered.
numeric, target percentage of vertices for downsampling and remeshing. Closer to 0 gives a simpler mesh. Default is 0.1.
numeric, determines a slight inflation of the mesh. Default is 1.
logical, show progress of the meshing? Default is FALSE.
a `segmentation` class object with a list of triangular meshes (as `mesh3d` objects) in the `meshes` slot.