Pārlūkot izejas kodu

Documented bug fix for cast sphere

Jorrit Rouwe 1 gadu atpakaļ
vecāks
revīzija
755d8c6ddf
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      Docs/ReleaseNotes.md

+ 1 - 0
Docs/ReleaseNotes.md

@@ -26,6 +26,7 @@ For breaking API changes see [this document](https://github.com/jrouwe/JoltPhysi
 * Multithreading the SetupVelocityConstraints job. This was causing a bottleneck in the case that there are a lot of constraints but very few possible collisions.
 
 ### Bug fixes
+* Fixed a bug in cast sphere vs triangle that could return a false positive hit against a degenerate triangle.
 * Fixed bug in soft body vs tapered capsule. The calculations were slightly off causing a normal on the top or bottom sphere to be returned while the tapered part was actually closest.
 * Fixed bug where soft bodies would collide with sensors as if they were normal bodies.
 * Sensors will no longer use speculative contacts, so will no longer report contacts before an actual contact is detected.