Yo Soy Freeman on Nostr: Move and slide itself is not specially complex btw. Quick list of issues (All ...
Move and slide itself is not specially complex btw. Quick list of issues (All reported at some point)
- test move should NOT stop as a reaction of a collision with a plane co planar to the velocity. It is impossible for such collisions to exist. If you are moving parallel to a plane, even if you are inside that plane, that is NOT a valid collision surface. This means that you can NOT extract all the surface data from the body motion test. You need a triage of the planes for the movement.
- test move should NOT stop as a reaction of a collision with a plane co planar to the velocity. It is impossible for such collisions to exist. If you are moving parallel to a plane, even if you are inside that plane, that is NOT a valid collision surface. This means that you can NOT extract all the surface data from the body motion test. You need a triage of the planes for the movement.