Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mdsumner opened this issue Apr 26, 2021 · 0 comments
Open

Comments

@mdsumner
Copy link
Member

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

AustralianAntarcticDivision/palr#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 mdsumner changed the title mesh_plot() needs to handle 'vertices' or 'edges' meshColor ? mesh_plot() needs to handle 'vertices', 'faces' or 'edges' meshColor Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant