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.
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?
Does this use the 3D code? Or is there a special version for 2D?
ReplyDeleteI am looking for a 2D code in Java!
The same code supports both 3D and 2D
ReplyDeleteCan you explain more about 2D features?
DeleteShould I set some parameters for it?
I inputted plain mesh with default parameters but its output hull had volume which means has back faces.
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).
DeleteI think, 2D support had been deprecated, right?