edemaine / fold

FOLD file format for origami models, crease patterns, etc.
MIT License
314 stars 48 forks source link

Rendering just vertices and edges #10

Open edemaine opened 7 years ago

edemaine commented 7 years ago

We should support rendering of vertices and edges that do not appear in any faces. Many applications for this:

Jason, is this hard to add? I don't think we don't need to worry about edgeOrders; we just need to do the "obvious" partial ordering between vertices, edges, and faces. And this is probably only necessary for vertices and edges that aren't a part of any face.