1. 22 Jan, 2023 3 commits
    • rv3Dcv's avatar
      Bugfix multicollision solving · 60ada874
      rv3Dcv authored
      When multiple collisions occured in the same frame, Unity overrites their Collision Object of the OnCollisionEnter and OnCollisionStay methods with the latest collision. Since the Collision object is an reference type, the last collision got solved twice, while the second last collision got not solved. This bug is fixed now.
      60ada874
    • rv3Dcv's avatar
      Remove execution time measurement · b41902f7
      rv3Dcv authored
      Also add clean code
      b41902f7
    • rv3Dcv's avatar
      Add execution time measurement · 72bac8b8
      rv3Dcv authored
      72bac8b8
  2. 12 Jan, 2023 1 commit
  3. 11 Jan, 2023 1 commit
  4. 08 Jan, 2023 2 commits
  5. 05 Jan, 2023 1 commit
  6. 02 Jan, 2023 4 commits
  7. 27 Dec, 2022 1 commit
  8. 19 Dec, 2022 1 commit
  9. 14 Dec, 2022 1 commit
  10. 12 Dec, 2022 1 commit
  11. 10 Dec, 2022 1 commit
  12. 06 Dec, 2022 1 commit
  13. 02 Dec, 2022 1 commit
    • rv3Dcv's avatar
      Add TimeStep · 449ee0d3
      rv3Dcv authored
      Performed debugging to understand the impact of the timestep on constraint solving
      449ee0d3
  14. 21 Nov, 2022 3 commits