Open riccardolardi opened 8 years ago
Same goes for imported mesh as JSON (exported from Blender) ... seems the issue is with ConcaveMesh() in physi.js when handling imported meshes
Any news about this? Did you solved it? I'm having the same problem.
No, sadly couldn't find any solution yet
As you can see in this screenshot: http://i.imgur.com/oET82vM.png - I am trying to get this red cubes to collide correctly on this polygonal terrain which I've imported using STLloader.js - this is how I make the terrain in code:
Using BoxMesh works but then the colliding box is obviously just a cubic box and not the desired mesh shape... is there any clue on this?