fs.surface.to.tmesh3d: Get an rgl tmesh3d instance from a brain surface mesh.
Description
Get an rgl tmesh3d instance from a brain surface mesh.
Usage
fs.surface.to.tmesh3d(surface)
Value
a tmesh3d instance, see rgl::tmesh3d
for details.
Arguments
- surface
an fs.surface instance, as returned by subject.surface
or freesurferformats::read.fs.surface
.