AntonioND / nitro-engine

3D engine for the Nintendo DS
154 stars 12 forks source link

[Bug] Collision problem #12

Open Fewnity opened 2 years ago

Fewnity commented 2 years ago

Hello again! I changed your example to show a problem with the physics engine. If you have a floor made from more than 2 blocks, if you slide on this floor and when try to go in the other floor block, the blue cube is stuck.

(you can launch the .nds file, it's more explicit) collisionProblem.zip

AntonioND commented 2 years ago

Ah, this one is tricky. To be fair, the physics engine is really bad, so this isn't surprising. I've wanted to remove it for several releases, but I may just try to fix it and improve it a bit. This isn't a priority, though.

Fewnity commented 2 years ago

Don't remove it even if the physics is bad, it's still very useful. If you can fix it it's cool.