anglr icon indicating copy to clipboard operation
anglr copied to clipboard

mesh_plot() needs to handle 'vertices', 'faces' or 'edges' meshColor

Open mdsumner opened this issue 4 years ago • 0 comments

this affects palr atm because was verifying with mesh_plot() - will verify with plot3d() until this is sorted

https://github.com/AustralianAntarcticDivision/palr/issues/8

mesh <- as.mesh3d(volcano)
 mesh$meshColor <- "vertices"
 mesh_plot(mesh)
 mesh$material$color <- colourvalues::colour_values(mesh$vb[3, ])
 mesh_plot(mesh)

image

mdsumner avatar Apr 26 '21 02:04 mdsumner