powered by
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)
a 3d plot of mesh with facets of the same plane
an object of type mesh3d
the output matrix resulting from wildfire search
if (FALSE) { 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)}
Run the code above in your browser using DataLab