View source: R/AFSreconstruction.R
AFSreconstruction | R Documentation |
Reconstruction of a surface from a cloud of 3D points.
AFSreconstruction(points)
points |
numeric matrix which stores the points, one point per row |
See Advancing Front Surface Reconstruction.
A triangle mesh, of class mesh3d
(ready for plotting
with rgl).
library(SurfaceReconstruction) data(bunny, package = "onion") mesh <- AFSreconstruction(bunny) library(rgl) shade3d(mesh, color = "firebrick")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.