cannon.js icon indicating copy to clipboard operation
cannon.js copied to clipboard

box can start rotating when colliding another box for no reason

Open DiuDono opened this issue 2 years ago • 0 comments

I have 1 red box moving between 2 massless white boxes along the z axis. I have not rotated any of the boxes, and I ensured the red box doesn't hit an edge of a white box. The red box starts rotating on collide, and also collides 4 times with each white box on a single bounce. The collisions are supposed to have restitution = 1 (elastic) and friction = 0

DiuDono avatar Aug 19 '22 18:08 DiuDono