rdeits / MeshCat.jl

WebGL-based 3D visualizer in Julia
MIT License
233 stars 42 forks source link

Find an alternative for displaying contours of signed distance field functions #239

Closed ferrolho closed 1 year ago

ferrolho commented 1 year ago

The Contours example shown in the Readme.md is no longer working. This is because the SignedDistanceField function that the example relies on is no longer available after switching from the now-deprecated GeometryTypes.jl to GeometryBasics.jl. I will add a warning to the Readme.md until we found a working solution.

For related threads, see: