hypertidy / anglr

Mesh creation and topology for spatial data (and not just geographic)
https://hypertidy.github.io/anglr/
83 stars 10 forks source link

triangle colouring is not right #143

Closed mdsumner closed 4 years ago

mdsumner commented 4 years ago
 mesh <- as.mesh3d(volcano[1:10, 1:5], triangles = T)

doh

image

mdsumner commented 4 years ago

Fixed in 4cdd9cf, but the way it's done will probably bite again later ...

image