dimforge / ncollide

2 and 3-dimensional collision detection library in Rust.
https://ncollide.org
Apache License 2.0
921 stars 105 forks source link

Segment::support_face_toward: clear the output buffer before filling it. #307

Closed sebcrozet closed 5 years ago

sebcrozet commented 5 years ago

The lack of clear did break 3D come collision detections with segments (which includes collision detection with capsules).