Friday 10 April 2015

Using V-HACD for 2D Approximate Convex Decomposition


4 comments:

  1. Does this use the 3D code? Or is there a special version for 2D?

    I am looking for a 2D code in Java!

    ReplyDelete
  2. The same code supports both 3D and 2D

    ReplyDelete
    Replies
    1. Can you explain more about 2D features?
      Should I set some parameters for it?
      I inputted plain mesh with default parameters but its output hull had volume which means has back faces.

      Delete
    2. If input a mesh that all of Z are zero, an assertion raise here(https://github.com/kmammou/v-hacd/blob/40b90e18c98599194552ce8909fa27f322f5ca5b/src/VHACD_Lib/inc/vhacdVolume.h#L433).
      I think, 2D support had been deprecated, right?

      Delete