Closed nro-bot closed 6 years ago
using GLVisualize, GeometryTypes
prim = ... # the code from the example
_view(visualize(prim))
I had to do GLNormalMesh(prim)
for the 3D primitives, but that just might be because I'm on a weird Makie refactor GLVisualize branch ;)
Hello, The README.md says "Some of the types offered by GeometryTypes visualized with GLVisualize"
Would it be possible to see the exact commands (or at least an example) of how the images were rendered?
Thanks!