fogleman/Craft

Collision issues (walking through blocks)

mpaoloni opened this issue · 4 comments

It seems like the collision system has some issues. I am able to walk (literally) into blocks by going towards corners at a perfect angle.

Tested with 1 and 2 blocks (one stacked on top the other).

2 blocks:
2 blocks

1 block:
1 block

@mpaoloni Hmm, odd! Is this with fly on or off?

Yikes, just reproduced! I wonder how hard it is to fix.

Yes, PR #216 fixes this. I also made a fix commit in my fork that uses a different method (swept AABB) for collision detection.