jlopezbi / rhinoUnfolder

unwrap meshes in rhino!
GNU General Public License v3.0
8 stars 2 forks source link

Refactor Net #31

Closed jlopezbi closed 8 years ago

jlopezbi commented 8 years ago

Net is way to huge and crazy. It shows stuff, it does segmentation, stores all the data. Really I need something that is composed of islands. It could be called Net (even though a net is not really this, according to the mathematiclness of stuff) Maybe a segmenter segments and island in net into two new islands. Initially the net has one island (or actually if the cuts make islands, the net initially has that number of islands).

jlopezbi commented 8 years ago

this is currently being implemented. The net is a collection of island objects, which contain actual verts,eges,face data.