pbella / v-hacd

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash in MergeConvexHulls() with small geo

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Using attached OBJ, testVHACD  --input beetle.obj --output beetle_acd.wrl 
--log log.txt
2. cost is never < bestCost, so bestp1 and bestp2 are undefined when it reaches 
line 1502 and tries to call ComputeConvexHull() with bad indices.

What is the expected output? What do you see instead?
Expected the program to complete, but it crashes merging hulls

What version of the product are you using? On what operating system?
rev 40b90e18c985

Please provide any additional information below.


Original issue reported on code.google.com by grif...@battlefleet.net on 21 Aug 2015 at 8:26

Attachments:

I had to build testVHACD from source under OSX as the bin was out of date.

Original comment by grif...@battlefleet.net on 21 Aug 2015 at 8:27