-
Notifications
You must be signed in to change notification settings - Fork 66
Wish List
Will Pearson edited this page Aug 22, 2013
·
6 revisions
Wiki ▸ Wish List
The ability to create a Plankton halfedge mesh from...
- a Rhino Mesh. DONE.
- a face-vertex representation. DONE.
- closed polylines.
- Conway's Dual (open and closed meshes). WIP (works for closed meshes).
- Edge Flip DONE
- Edge Split WIP
- Edge Collapse WIP
- Triangulate (several options)
- Add elements DONE
- Remove elements
- Compact
- Vertex Normals (various possible definitions)
- Face Normals (what about non-planar faces ?)
- Edge Normals (bisector of adjacent faces, or area weighted combination of them, or combination of end vertex normals)