Minie implements debug visualization differently from jme3-bullet. For one thing, it has a debug-mesh cache, so a single debug Mesh might be shared between multiple collision objects.
I can re-implement the getDebugShape() and getDebugMesh() methods for compatibility. Or you can use the dummy-object technique you described. Just be aware that the resulting meshes may be shared, so you should avoid modifying them.
Provided it had a clean interface, this would make a nice add-on to Minie.
I think it’s best for features to be developed by someone who’ll actually use them. If you think you’d use this, perhaps you should develop it. If there’s anything you need, let me know.
I encountered difficulty running your tests, but I eventually got VHACD itself working in my game.
This is a “game changer”. Literally!
The main drawback of VHACD is the CPU time required to generate collision shapes. But I believe that, with Minie, most apps will be able to generate shapes in advance. Already I’m tempted to deprecate GImpactCollisionShape…
2 new releases of Minie just went public at GitHub and BinTray: v0.9.13for32 and v0.9.13for33.
Both releases have V-HACD built in. There’s no demo for it yet. In case you want to try it, Minie’s interface is at CollisionShapeFactory.createVhacdShape().
i would love to see Minie as internal package part of JME, like jme-bullet-minie package always working with each version of JME. i know something is already supported there, but would like see all
To incorporate Minie into JME, there are technical and administrative issues to be worked out, though doubtless they could be overcome.
I wouldn’t feel comfortable making such a decision myself. I would want an explicit go-ahead from a release manager. Currently @pspeed is, by default, the release manager for JME 3.3.