plotrand_col_planes {JFM} | R Documentation |
plotrand_col_planes
Description
This function returns a 3d plot of mesh where facets of the same plane are of same color.
Usage
plotrand_col_planes(mesh_tr, normal_from_wild)
Arguments
mesh_tr |
an object of type mesh3d |
normal_from_wild |
the output matrix resulting from wildfire search |
Value
a 3d plot of mesh with facets of the same plane
Examples
## 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)
[Package JFM version 1.0 Index]