plotrand_col_planes | R Documentation |
This function returns a 3d plot of mesh where facets of the same plane are of same color.
plotrand_col_planes(mesh_tr, normal_from_wild)
mesh_tr |
an object of type mesh3d |
normal_from_wild |
the output matrix resulting from wildfire search |
a 3d plot of mesh with facets of the same plane
## Not run: mesh3d<-build_3d_mesh(path2myXYZRGBtxt,0.5,file_name) normali_recalc<-Rcpp_wildfire_search(7,normals[,1:3],neighbours) plotrand_col_planes(mesh3d,normali_recalc) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.