Under development
Installation
You can install neurosurf from github with:
# install.packages("devtools")
devtools::install_github("bbuchsbaum/neurosurf")Curvature shading
surfwidget() includes an optional curvature argument supplying per vertex curvature values. When omitted and the input is a SurfaceGeometry object the values are computed via curvature(x) and forwarded to the viewer for curvature based coloring.