fs.coloredmesh constructor
fs.coloredmesh(
mesh,
col,
hemi,
render = TRUE,
metadata = NULL,
add_normals = FALSE
)
a `mesh3d` instance as returned by tmesh3d
or an `fs.surface` brain surface mesh as returned by functions like subject.surface
.
vector of vertex colors for the mesh, one color per vertex. Expanded if exactly one color.
character string, one of 'lh' or 'rh'. This may be used by visualization functions to decide whether or not to show this mesh in a certain view.
logical, whether to render this mesh during visualization
optional, named list containing metadata
logical, whether to compute normals and save them in the mesh.
an `fs.coloredmesh` instance. The only fields one should use in client code are 'mesh', 'hemi' and 'col', all others are considered internal and may change without notice.