adda
adda copied to clipboard
Convex hull shape option
Implement convex hull algorithm into shape generator to enable much wider
variety of automatically generated shapes. The idea and sample code were
given by Roman Schuh.
Original issue reported on code.google.com by yurkin on 26 Nov 2008 at 8:20
Probably, this can also be implemented using https://github.com/karimnaaji/3d-quickhull . But I am not sure if that implements exactly convex hull algorithm.
For reference - https://github.com/adda-team/adda/wiki/AddingShape
The shape option may look like:
-shape convex_hull <filename>