kmammou / v-hacd

Automatically exported from code.google.com/p/v-hacd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible to use without triangle indices?

SSNTails opened this issue · comments

I have a model simply created out of an array of vertices, where each 3 vertices in the list creates a triangle. Is it possible to feed this into VHACD and it will automatically find shared edges? What is the recommended approach?