View source: R/build_3d_mesh.R
build_3d_mesh | R Documentation |
This function reads a XYZRGB text file, requires a search radius in meters and an output file name to save the resulting mesh. for data format see file in package extdata folder
build_3d_mesh(path2myXYZRGBtxt, search_radius, file_name)
path2myXYZRGBtxt |
Path to the XYZRGB.txt input file |
search_radius |
Path to the XYZRGB.txt input file |
file_name |
name of the output .ply mesh file |
A 3D triangular mesh
## Not run: path2myXYZRGBtxt<-system.file("extdata", "test.txt", package = "JFM") file_name<- "test" mesh3d<-build_3d_mesh(path2myXYZRGBtxt,0.5,file_name) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.