Docs show wireframe renderings of 3d shapes, but there doesn't seem to be a way to create them.
Sadly this was the reason I purchased this asset but it doesn't seem possible OTB. I assumed there would at least be an example. Am I missing something? Is the only way to create 3D shape outlines by manually defining each wire as a new shape?
Thanks!
Shapes only renders primitives, and currently doesn't have support for compound shapes such as an entire mesh
the "wireframe" on the website is not really a wireframe of a mesh, but rather a set of connected lines of a dodecahedron (if I'm thinking of the same thing you are!)
That being said, you *can* still draw the wireframe of a mesh with Shapes, though you might hit performance issues if you have a very complex mesh
Something along these lines should work in an immediate mode rendering context (more info on that here under drawing contexts)
After assigning the mesh, be sure to enable/disable the component to re-cache the mesh data