quakemodel.to.fs.surface {wal} | R Documentation |
Convert Quake Model to 'fs.surface' instance.
Description
Convert Quake Model to 'fs.surface' instance.
Usage
quakemodel.to.fs.surface(quakemodel, frame_idx = 1L)
Arguments
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. |
Value
fs.surface
mesh instance, as used by the freesurferformats
package.
[Package wal version 0.1.1 Index]