wmurphyrd / aframe-physics-extras

🔧Cannon API interface components the A-Frame Physics System
MIT License
27 stars 8 forks source link

Body-merger example not working #16

Open Eoczi opened 6 months ago

Eoczi commented 6 months ago

Basically, the body-merger doesn't seem to work for me, I've copy-pasted the exact code in there and tested it on my own code and the expected out come is for the merged bodies to stay merged, however, what happens is that the entities slowly descend and pass through objects while also staying unmerged. My fix was to remove the "shape: none" from the dynamic-body and it works fine.