quakemodel.to.fs.surface {wal} | R Documentation |
Convert Quake Model to 'fs.surface' instance.
quakemodel.to.fs.surface(quakemodel, frame_idx = 1L)
quakemodel |
an instance of |
frame_idx |
integer, the frame to export. Quake models may contain animations made up of several frames. The mesh connectivity is unaltered between frames, but the vertex positions differ. |
fs.surface
mesh instance, as used by the freesurferformats
package.