plotrand_col_planes: plotrand_col_planes

View source: R/funzioni.R

plotrand_col_planesR 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)


JFM documentation built on March 28, 2022, 9:12 a.m.