kmammou / v-hacd

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create fix number of vertices

bernakabadayi opened this issue · comments

Hi,

Is there any way to create a specific number of vertices? (i.e. 200vertices in total)
Thanks

Did you figure out how to do it ?

Can you be more clear what you are asking for?

Do you mean a specific number of vertices for each convex hull, or all convex hulls in total? At any rate, you can specify a maximum number of vertices per hull already. You cannot easily specify a specific number of vertices as that's an analytical solution based on an approximation of the input data.