Ball vs Line collision

Subscribers:
1,260
Published on ● Video Link: https://www.youtube.com/watch?v=Rs5vnfB6n6U



Duration: 1:07
19 views
0


I am making a mesh collider from scratch. This line collider will allow the collision system to detect edge hits on a surface. Each triangle or quad will have line colliders around it to check if a ray misses the plane's boundary, so it can get proper collision response if the miss is within the sphere's radius.