R/file2mesh.r

Defines functions file2mesh

Documented in file2mesh

#' @rdname ply2mesh
#' @importFrom Rvcg vcgImport
#' @export
file2mesh <- function(filename,clean=TRUE,readcol=FALSE) {
    mesh <- vcgImport(filename, clean=clean, readcolor=readcol)
    return(mesh)
}
	
zarquon42b/Morpho documentation built on Jan. 28, 2024, 2:11 p.m.